Getting some notice. Tests and CI would be the fastest wins.
Documentation
56
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
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 is present.
Licensed under MIT.
Engineering
32
No tests detected anywhere in the repository.
→ Add automated tests. They prove the code works and give contributors confidence to make changes.
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.
CI is configured (.github/workflows/Update-mihomo.yaml).
Lockfile present (data/python/requirements.txt). Installs are reproducible.
Issue or PR templates present.
Project health
84
No repository description set on GitHub (−60 pts).
→ Add a one-line description in the repo Settings → About. It appears in search results and social previews.
Dependency manifest found (data/python/requirements.txt).
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 9Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 63Watchers
Responsiveness
- 3hMedian issue response
- —Median PR merge time
- 4Open issues
Repository files18 root entries
- .githubGood: CI is configured (.github/workflows/Update-mihomo.yaml).Good: Issue or PR templates present.
- dataGood: Lockfile present (data/python/requirements.txt). Installs are reproducible.Good: Dependency manifest found (data/python/requirements.txt).
- .gitignoreGood: .gitignore present.
- adb.mrs
- adblock_abp.txt
- adblock_adg.txt
- adblock_clash.yaml
- adblock_pihole.list
- adblock_surge.yaml
- adblock_ubo.txt
- allow_abp.txt
- allow_adg.txt
- allow_clash.yaml
- allow_surge.yaml
- allow_ubo.txt
- hosts.txt
- LICENSEGood: Licensed under MIT.
- 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.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.