What is AI Readiness?
AI coding agents are only as effective as the context they receive. AgentRC measures how AI-ready a repo is across 9 pillars in two categories — Repo Health and AI Setup — and maps the result to a 5-level maturity model. This report is the Measure step in AgentRC's Measure → Generate → Maintain loop.
Each pillar carries an AI relevance rating (High / Medium / Low) so you can tell at a glance which gaps most directly affect Copilot's output and which are general engineering hygiene.
Maturity
L{{level}} — {{levelName}}
Overall Score
{{overallPct}}%
Grade {{grade}}
Pass rate
{{passRate}}
Threshold {{threshold}}
Maturity Progression
| Level | Name | Status |
|---|
Active Policy
{{policyName}} — {{policySummary}}
Repo Health Breakdown
AI Setup Breakdown
Extras (informational, do not affect score)
| Extra | Status |
|---|
Prioritised Remediation Plan
🔴 Fix First (high impact / low effort)
| # | Finding | File / config | Why it matters |
|---|
🟡 Fix Next (medium impact / low effort)
| # | Finding | File / config | Why |
|---|
🔵 Plan (medium impact / medium effort)
| # | Finding | File / config | Why |
|---|
Next Steps
- Generate or refresh instructions:
agentrc instructions --output .github/copilot-instructions.md(or use thegenerate-instructionsskill). - Address each item under 🔴 Fix First; re-run this report to confirm score improvement.
- Codify org standards via a JSON policy (
strict.json,ai-only.json, …) and re-run with--policy. - Wire
agentrc readiness --fail-level <n>into CI to prevent regressions.
Raw AgentRC JSON
{{rawJsonPretty}}