Some interest. A stronger README and CI would help.
全平台科学上网教程 — Clash Verge Rev / OpenClash / iStoreOS / Uniclash 从零配置,覆盖 Windows / macOS / Linux / 路由器 / 手机,附 ChatGPT 注册与 Netflix 解锁指南
Documentation
69
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.
README documents how to install the project.
README is present.
Licensed under Apache-2.0.
Engineering
12
No tests detected anywhere in the repository.
→ Add automated tests. They prove the code works and give contributors confidence to make changes.
No CI configuration detected in this repository.
→ If your CI lives elsewhere (a private repo that builds this one) or this project is itself a CI/CD tool, mark this check Not Applicable. Otherwise add a GitHub Actions workflow that runs tests on each push. It takes 15 minutes and reassures contributors their changes won't break things.
No linter or formatter config found.
→ Add a linter config such as .eslintrc.json, .prettierrc, ruff.toml, or .golangci.yml to enforce consistent code style.
No dependency lockfile found (−70 pts).
→ Commit the lockfile for this project's package manager so installs produce the same dependency versions everywhere.
Issue or PR templates present.
Project health
100
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 14Forks
- 4Releaseslatest 7d ago
Community
- —Community health
- —authors own >50% of commits
- 81Watchers
Responsiveness
- —Median issue response
- —Median PR merge time
- 0Open issues
Repository files21 root entries
- .githubGood: Issue or PR templates present.
- asus-router
- chatgpt
- common
- cursor
- docs
- extras
- istoreos
- linux
- macos
- mobile
- netflix
- return-china
- scripts
- soft-router
- subscription
- windows
- .gitignoreGood: .gitignore present.
- LICENSEGood: Licensed under Apache-2.0.
- package.jsonGood: Dependency manifest found (package.json).
- README.mdGood: 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.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.