47
/ 100
Huge star count, but README, tests, and CI need real investment.
๐ป Default formulae for the missing package manager for macOS (or Linux)
A low grade is a to-do list, not a judgment of your code
Most gaps here are documentation, tests, and setup, not the code itself. Closing your top 3 gaps alone would lift this repo to B (81).
See your top fixesTop fixes
Highest-impact changes first, ranked by point weight
- 1Tests18pt
Add automated tests. They prove the code works and give contributors confidence to make changes.
- 2CI/CD14pt
Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.
- 3CI/CD14pt
Add a lint step to catch style issues automatically.
- 4CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
Working through the fixes? Let every push regrade itself.
The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
49
README is present.
README documents how to install the project.
Contributing guide is detailed and thorough.
Licensed under BSD-2-Clause.
Engineering
41
No tests detected anywhere in the repository.
โ Add automated tests. They prove the code works and give contributors confidence to make changes.
No dependency lockfile found (โ70 pts).
โ Commit the lockfile for this project's package manager so installs produce the same dependency versions everywhere.
CI is configured (.github/workflows/check-issues.yml).
Linter or formatter configured (.rubocop.yml).
Issue or PR templates present.
Project health
59
No dependency manifest detected at root.
โ Add a manifest (package.json, pyproject.toml, Cargo.toml, go.mod, etc.) so others can install dependencies in one command.
No .gitignore found (โ60 pts).
โ Add a .gitignore to keep build output, node_modules, and secrets out of version control.
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 13341 / 42301Commits (30d / 90d)
- 13,620Forks
- 0Releases
Community
- 100% - GoodCommunity health
- 1 bus factorlowauthor own >50% of commits
- 15,390Watchers
Responsiveness
- 2hMedian issue response
- 7hMedian PR merge time
- 108Open issues
Repository files20 root entries
- .githubGood: CI is configured (.github/workflows/check-issues.yml).Good: Dependabot configured for github-actions.Good: Issue or PR templates present.
- Abstract
- Aliases
- audit_exceptions
- cmd
- Formula
- Patches
- style_exceptions
- .rubocop.ymlGood: Linter or formatter configured (.rubocop.yml).
- .ruby-versionGood: Environment pinned via .ruby-version.
- AGENTS.md
- CLAUDE.md
- CODEOWNERS
- CONTRIBUTING.mdGood: 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.Issue: Contributing guide lacks a code style section (โ8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (โ8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- disabled_new_usr_local_relocation_formulae.json
- formula_renames.json
- LICENSE.txtGood: Licensed under BSD-2-Clause.
- README.mdGood: README is present.Issue: README is fairly short (โ10 pts). At 400+ chars you get partial credit; 1,500+ earns the full +20 pts.Fix: Expand with a description, install steps, usage, and examples.Issue: README has some structure (โ7 pts). 2-3 headings earns partial credit; 4+ earns the full +15 pts.Fix: Add more sections (Overview, Install, Usage, Contributing) using ## headings.Issue: No screenshots or images in the README (โ20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.Issue: README has no code examples (โ15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Issue: No live demo link in the README (โ20 pts).Fix: Link to a deployed version, docs site, or demo video. Users want to see it running.Issue: No status badges in the README (โ10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.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.
- synced_versions_formulae.json
- tap_migrations.json
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/homebrew/homebrew-core)