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

一个现代化的网盘资源数据库,支持多网盘自动化转存分享,支持百度网盘,阿里云盘,夸克网盘, 天翼云盘,迅雷云盘,123云盘,115网盘,UC网盘

Documentation

73

Install and run instructions9pt10

No install instructions found in the README (−45 pts).

Add a section showing how to install dependencies.

Contributing guide5pt88

Contributing guide is detailed and thorough.

README12pt100

README is present.

License6pt100

Licensed under GPL-3.0.

Engineering

69

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.

CI/CD14pt40

CI is configured (.github/workflows/release.yml).

Reproducibility6pt85

Lockfile present (go.sum). Installs are reproducible.

Tests18pt100

Test files detected (common/baidu_helper_test.go).

Linting and formatting5pt100

Formatting enforced (gofmt (built into Go toolchain)).

Project health

94

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt100

Dependency manifest found (go.mod).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 43
    Forks
  • 9
    Releaseslatest 1d ago

Community

  • 57% - Fair
    Community health
  • authors own >50% of commits
  • 407
    Watchers

Responsiveness

  • 5h
    Median issue response
  • <1h
    Median PR merge time
  • 0
    Open issues
Repository files40 root entries
  • .github
    Good: CI is configured (.github/workflows/release.yml).
  • cmd
  • common
    Good: Test files detected (common/baidu_helper_test.go).
  • composables
  • config
  • db
  • demo
  • docs
  • font
  • github
  • handlers
  • middleware
  • migrations
  • monitor
  • nginx
  • pkg
  • plugin-system
  • routes
  • scheduler
  • scripts
  • services
  • specs
  • task
  • uploads
  • utils
  • web
    Issue: Build artifacts or local files may be committed (web/.env) (−40 pts).Fix: Remove them and add to .gitignore.
  • .gitignore
    Good: .gitignore present.
  • BUILD.md
  • ChangeLog.md
  • CONTRIBUTING.md
    Good: Contributing guide is detailed and thorough.
    Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.
    Good: Contributing guide describes code style expectations.
    Good: Contributing guide explains how to run tests.
    Good: Contributing guide describes the PR/review workflow.
    Good: Contributing guide includes code examples.
  • docker-compose.yml
  • docker-start.sh
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • env.example
  • go.mod
    Good: Dependency manifest found (go.mod).
  • go.sum
    Good: Lockfile present (go.sum). Installs are reproducible.
  • LICENSE
    Good: Licensed under GPL-3.0.
  • main.go
  • 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.
    Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.
    Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
  • VERSION