Install any skill in seconds. Free to start, no credit card required.
Get Started Free →7-section readiness scorecard for a LOCAL repo. Reports repo type + agent topology + MCP risk + test confidence + release readiness + recommended harness plan + scorecard. Exit 0 ready, 1 needs-work, 2 blocked. --json for the 6-field scorecard, --bundle for the ADR-031 schema-1 envelope.
.claude/skills/ruvnet-repo-genome/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 29% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -11% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -12% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -27% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -37% | 0% |
> Codex skill: 7-section readiness scorecard for a local repo — the > ADR-031 Bundle JSON Pattern surfaced through Codex (iter 110 → 114).
Answers a different question than analyze-repo:
Produces a 7-section report:
LOCAL-only, deterministic, never executes repo code. Same invariant as analyze-repo (inherited via the shared inventory/profile pipeline).
| Verdict | Exit | Meaning | |---|---|---| | ready | 0 | publish_readiness >= 0.75 && risk_score < 0.35 | | needs-work | 1 | somewhere in the middle | | blocked | 2 | risk_score >= 0.7 |
/repo-genome path=./my-repo
/repo-genome path=./my-repo bundle=true
/repo-genome path=./my-repo out=./harness-genome.jsonbashharness genome ./my-repo # text report harness genome ./my-repo --json # 6-field scorecard JSON harness genome ./my-repo --bundle # ADR-031 schema-1 envelope harness genome ./my-repo --out harness-genome.json # write scorecard to file
json{ "repo_type": "rust_node_polyglot_mcp_ci", "agent_topology": ["maintainer", "tester", "security", "release"], "risk_score": 0.31, "mcp_surface": "local_default_deny", "test_confidence": 0.86, "publish_readiness": 0.78 }
repo is ready or needs cleanup
risk_score crosses a threshold
--bundle emits the full readiness snapshotsanitised for safe sharing
repo-analyze (iter — proposed) — the archetype-and-plan recommendationcompare-harnesses (iter 109) — diff two scaffolded harnessesdiag-harness (iter 70) — kernel-version skew checkscore-harness (iter 114) — post-scaffold harness scorecardOther measured skills in the registry, with their headline benchmark lift.