Audit and build the infrastructure a repo needs so agents can work autonomously — boot scripts, smoke tests, CI/CD gates, dev environment setup, observability, and isolation. Use when a repo can't boot, tests are broken or missing, there's no dev environment, agents can't verify their work, or agents need human help to get anything done. Do not use for reviewing an existing diff or for documentation-only cleanup.
99
100%
Does it follow best practices?
Impact
97%
1.15xAverage score across 3 eval scenarios
Passed
No known issues
Grade a project's readiness for autonomous agent work from F to A. Mechanical criteria — no subjective judgment.
jest.mock, vi.mock, unittest.mock) — zero tests hit a running process--version)- grade: C → B after adding e2e tests and a CI gate
- layers: 1-4 present, 5 partial, 6-7 missing
- bootable: pass — dev server starts and health check responds
- testable: pass — e2e covers real UI and one API round trip
- observable: partial — structured logs exist, queryable health endpoint missing
- verifiable: pass — screenshots and response logs are captured
- gaps: pre-push enforcement missing; health endpoint missing; worktree isolation missing
- next: add pre-push hook with lint and smoke