0
/ 100
Polished and well engineered. Punching above its star count.
Type safe roles guard and decorator made easy
Top fixes
Highest-impact changes first, ranked by point weight
- 1CI/CD14pt
Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.
- 2CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
- 3CI/CD14pt
Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.
- 4README12pt
Add more sections (Overview, Install, Usage, Contributing) using ## headings.
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
79
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 MIT.
Engineering
90
CI is configured (.github/workflows/build-lint-test.yml).
Lockfile present (package-lock.json). Installs are reproducible.
Test files detected (__tests__).
Linter or formatter configured (.prettierrc).
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)
- 12Forks
- 4Releaseslatest 1y ago
Community
- -Community health
- -authors own >50% of commits
- 220Watchers
Responsiveness
- 9hMedian issue response
- <1hMedian PR merge time
- 5Open issues
Repository files15 root entries
- __tests__Good: Test files detected (__tests__).
- .githubGood: CI is configured (.github/workflows/build-lint-test.yml).Good: Dependabot configured for npm.Good: Issue or PR templates present.
- .vscode
- src
- .gitignoreGood: .gitignore present.
- .mergify.yml
- .prettierrcGood: Linter or formatter configured (.prettierrc).
- eslint.config.cjs
- jest.config.js
- LICENSEGood: Licensed under MIT.
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- README.mdGood: README is present.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.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.
- tsconfig.build.json
- tsconfig.json
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/iamolegga/nestjs-roles)