83
/ 100
Good shape overall. A few tweaks would push it into the top tier.
Claude Multi-Agent Project Manager — multi-channel orchestration, GitHub-first SDK mode, and plugin system for Claude
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
88
README is present.
README documents how to install the project.
Contributing guide is detailed and thorough.
Licensed under Other.
Engineering
74
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 (src/claude_mpm/dashboard-svelte/src/lib/components/config/__tests__).
Lockfile present (uv.lock). Installs are reproducible.
CI is configured (.github/workflows/test.yml).
Linter or formatter configured (.ruff.toml).
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)
- 30Forks
- 445Releaseslatest 1y ago
Community
- 71% - FairCommunity health
- 1 bus factorlowauthor own >50% of commits
- 138Watchers
Responsiveness
- <1hMedian issue response
- <1hMedian PR merge time
- 1Open issues
Repository files38 root entries
- .claude
- .claude-mpm
- .deepeval
- .githooks
- .githubGood: CI is configured (.github/workflows/test.yml).
- assets
- docs
- examples
- npm-bin
- plugin
- scripts
- srcGood: Test files detected (src/claude_mpm/dashboard-svelte/src/lib/components/config/__tests__).
- tests
- tools
- .gh-account
- .gitignoreGood: .gitignore present.
- .mcp.json
- .pre-commit-config.yaml
- .python-versionGood: Environment pinned via .python-version.
- .ruff.tomlGood: Linter or formatter configured (.ruff.toml).
- .secrets.baseline
- .tool-versions
- BUILD_NUMBER
- CHANGELOG.md
- CLAUDE.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.Good: Contributing guide includes code examples.
- LICENSEGood: Licensed under Other.
- LICENSE-FAQ.md
- Makefile
- package.jsonGood: Dependency manifest found (package.json).
- pyproject.toml
- pyrightconfig.json
- README.mdGood: README is present.Good: README is well structured with multiple sections.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.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.
- SECURITY.mdGood: Security policy present.
- setup.cfg
- uv.lockGood: Lockfile present (uv.lock). Installs are reproducible.
- VERSION
- vite.config.js
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/bobmatnyc/claude-mpm)