Getting some notice. Tests and CI would be the fastest wins.

Documentation

56

Install and run instructions9pt0

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

Add a section showing how to install dependencies.

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.

README12pt100

README is present.

License6pt100

Licensed under MIT.

Engineering

32

Tests18pt0

No tests detected anywhere in the repository.

Add automated tests. They prove the code works and give contributors confidence to make changes.

Linting and formatting5pt0

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/CD14pt40

CI is configured (.github/workflows/Update-mihomo.yaml).

Reproducibility6pt70

Lockfile present (data/python/requirements.txt). Installs are reproducible.

Issue and PR templates6pt100

Issue or PR templates present.

Project health

84

Repository metadata5pt40

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 manifest6pt100

Dependency manifest found (data/python/requirements.txt).

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)
  • 9
    Forks
  • 0
    Releases

Community

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

Responsiveness

  • 3h
    Median issue response
  • Median PR merge time
  • 4
    Open issues
Repository files18 root entries
  • .github
    Good: CI is configured (.github/workflows/Update-mihomo.yaml).
    Good: Issue or PR templates present.
  • data
    Good: Lockfile present (data/python/requirements.txt). Installs are reproducible.
    Good: Dependency manifest found (data/python/requirements.txt).
  • .gitignore
    Good: .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
  • LICENSE
    Good: Licensed under MIT.
  • 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.