chris-2s/tissue

0

/ 100

TypeScript138GPL-3.01d ago
Grade a repo

Good shape overall. A few tweaks would push it into the top tier.

老师教材刮削工具,提供海报下载、元数据匹配等功能,使教材能够在Jellyfin、Emby、Kodi等工具里装订成册,便于学习。

Documentation

82

Contributing guide5pt0

No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).

Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.

Install and run instructions9pt90

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under GPL-3.0.

Engineering

76

Issue and PR templates6pt0

No issue or PR templates found (−100 pts).

Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.

Reproducibility6pt80

Lockfile present (uv.lock). Installs are reproducible.

Tests18pt85

Test files detected (frontend/src/models/auth.test.ts).

CI/CD14pt85

CI is configured (.github/workflows/build-dev.yml).

Linting and formatting5pt100

Linter or formatter configured (frontend/eslint.config.cjs).

Project health

93

Dependency manifest6pt79

Dependency manifest found (pyproject.toml).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 14
    Forks
  • 0
    Releases

Community

  • Community health
  • authors own >50% of commits
  • 138
    Watchers

Responsiveness

  • 7d 17h
    Median issue response
  • Median PR merge time
  • 15
    Open issues
Repository files18 root entries
  • .github
    Good: CI is configured (.github/workflows/build-dev.yml).
  • alembic
  • app
  • frontend
    Good: Test files detected (frontend/src/models/auth.test.ts).
    Good: Linter or formatter configured (frontend/eslint.config.cjs).
  • nginx
  • tests
  • .dockerignore
  • .gitignore
    Good: .gitignore present.
  • .python-version
  • AGENTS.md
  • alembic.ini
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • entrypoint
  • LICENSE.txt
    Good: Licensed under GPL-3.0.
  • pyproject.toml
    Good: Dependency manifest found (pyproject.toml).
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Good: README has code examples.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • uv.lock
    Good: Lockfile present (uv.lock). Installs are reproducible.
  • version.py