0
/ 100
A well-known project done right. Strong docs and solid engineering throughout.
A repository of Solana program examples
Top fixes
Highest-impact changes first, ranked by point weight
- 1README12pt
Show a quick-start snippet so contributors can see what using your project looks like.
- 2Issue and PR templates6pt
Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
- 3Dependency manifest6pt
Add a `repository` field pointing to the GitHub URL so npm knows where the source lives.
- 4Dependency manifest6pt
Add a `keywords` array to help people find your package on npm.
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
92
Contributing guide is detailed and thorough.
README is present.
README documents how to install the project.
A license file is present.
Engineering
88
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Test files detected (basics/account-data/anchor/tests).
CI is configured (.github/workflows/rust.yml).
Linter or formatter configured (biome.jsonc).
Lockfile present (Cargo.lock). Installs are reproducible.
Project health
89
Dependency manifest found (Cargo.toml).
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)
- 523Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 1,419Watchers
Responsiveness
- 10hMedian issue response
- 3d 3hMedian PR merge time
- 13Open issues
Repository files19 root entries
- .githubGood: CI is configured (.github/workflows/rust.yml).Good: Dependabot covers 2 ecosystems (cargo, github-actions). Dependencies stay current.
- .husky
- .reference
- .vscode
- basicsGood: Test files detected (basics/account-data/anchor/tests).
- compression
- gamesGood: A license file is present.Good: Environment pinned via games/world-cup/pinocchio/.nvmrc.Good: Security policy present.
- oracles
- scripts
- tokens
- tools
- .gitignoreGood: .gitignore present.
- biome.jsoncGood: Linter or formatter configured (biome.jsonc).
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- 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.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.
- package.json
- pnpm-lock.yaml
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.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/solana-foundation/program-examples)