92
/ 100
Excellent work. The main thing left to polish is housekeeping.
Language Savant. If your repository's language is being reported incorrectly, send us a pull request!
Top fixes
Highest-impact changes first, ranked by point weight
- 1Tests18pt
Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.
- 2CI/CD14pt
Add a lint step to catch style issues automatically.
- 3CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
- 4CI/CD14pt
Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.
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
99
Contributing guide is detailed and thorough.
README is present.
README documents how to install the project.
Licensed under MIT.
Engineering
87
Test files detected (samples/XML/phpunit.xml.dist).
CI is configured (.github/workflows/ci.yml).
Lockfile present (samples/Gemfile.lock). Installs are reproducible.
Ruby linting configured (.editorconfig).
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (Gemfile).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 8 / 31Commits (30d / 90d)
- 5,305Forks
- 136Releaseslatest 11y ago
Community
- 62% - FairCommunity health
- 4 bus factorauthors own >50% of commits
- 13,612Watchers
Responsiveness
- 2hMedian issue response
- 2hMedian PR merge time
- 247Open issues
Repository files26 root entries
- .devcontainerGood: Environment pinned via .devcontainer/Dockerfile.
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot configured for bundler.Good: Issue or PR templates present.
- bin
- docs
- ext
- lib
- samplesGood: Test files detected (samples/XML/phpunit.xml.dist).Good: Lockfile present (samples/Gemfile.lock). Installs are reproducible.Issue: Build artifacts or local files may be committed (samples/Dotenv/filenames/.env) (−40 pts).Fix: Remove them and add to .gitignore.
- script
- test
- tools
- vendor
- .dockerignore
- .editorconfigGood: Ruby linting configured (.editorconfig).
- .gitignoreGood: .gitignore present.
- .gitmodules
- AGENTS.md
- Brewfile
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- Dockerfile
- GemfileGood: Dependency manifest found (Gemfile).
- github-linguist.gemspec
- go.work
- grammars.yml
- LICENSEGood: Licensed under MIT.
- Rakefile
- 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.Good: README documents how to run the project.
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/github-linguist/linguist)