87
/ 100
Well engineered. The main gaps are issue and PR templates and a contributing guide.
Coordinate your coding agents like a group chat — read receipts, delivery tracking, and remote ops from your phone. One pip install, zero infrastructure. A production‑minded orchestrator for 24/7 workflow
Top fixes
Highest-impact changes first, ranked by point weight
- 1Reproducibility6pt
Add additional package-ecosystem entries (especially github-actions) to keep all dependencies current.
- 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 `requires-python = ">=3.x"` under [project] so pip refuses installs on incompatible versions.
- 4Contributing guide5pt
Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.
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
88
Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).
→ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
87
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.
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (crates/cccc-cli/tests).
CI is configured (.github/workflows/ci.yml).
Linter or formatter configured ([tool.ruff] / [tool.black] in pyproject.toml).
Project health
97
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)
- 95Forks
- 78Releaseslatest 11mo ago
Community
- 57% - FairCommunity health
- 1 bus factorlowauthor own >50% of commits
- 1,101Watchers
Responsiveness
- 7hMedian issue response
- 7hMedian PR merge time
- 3Open issues
Repository files26 root entries
- .cargo
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot configured for github-actions.
- assets
- cratesGood: Test files detected (crates/cccc-cli/tests).
- dockerGood: Environment pinned via docker/Dockerfile.
- docs
- resources
- screenshots
- scripts
- tests
- web
- .dockerignore
- .gitattributes
- .gitignoreGood: .gitignore present.
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CHANGELOG.md
- LICENSEGood: Licensed under Apache-2.0.
- pyproject.toml
- README.ja.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.
- README.md
- README.zh-CN.md
- rust-toolchain.toml
- SECURITY.mdGood: Security policy present.
- start.ps1
- SUPPORT.md
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/chesterra/cccc)