Get Repo Readiness Tool
get-repo-readiness-toolIs this repo ready for agents? Coderbuds Standards opinion #3 judges the repository a coding agent is dropped into — not the change it makes. For each connected repository it returns pass / fail / insufficient_data on: deploy automation configured, deployed recently, PR size discipline (share of merged PRs inside the Coderbuds line standard), review coverage, agent guidance present (CLAUDE.md / AGENTS.md), CI config present, a tests directory present, and whether the fit check is actually wired in. Each failing check comes with a plain-language gap and recommendation, plus a team rollup of how many repos are ready and the most common gaps.
Insufficient-data checks are always EXCLUDED, never counted against a repo — a repo is
only "not ready" when a check genuinely fails. When the team has opted out of Coderbuds
Standards the opinionated checks report insufficient_data. BitBucket repos report the
content checks as insufficient_data (the API path is GitHub-only). Archived repositories
are skipped, and dormant ones (nothing merged in the window, flagged dormant) never
fail the wiring/deploy-recency checks and are excluded from the rollup's top_gaps — the
headline reflects the repos actually shipping. Call this to find what is holding a repo
back before pointing an agent at it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | Yes | Team name. | |
| rollup | Yes | Team rollup: repositories_assessed, repositories_ready, dormant_repositories, and top_gaps (the checks failing across the most ACTIVE repositories — dormant repos are excluded so idle test repos cannot bury the gaps that matter). | |
| window_days | Yes | Look-back window (days) for the deploy and PR checks. | |
| repositories | Yes | Per-repository readiness: repository slug, provider, ready flag, dormant flag (nothing merged in the window), each check as pass|fail|insufficient_data, and ranked gaps with recommendations. Active not-ready repos are listed first; archived repos are omitted. | |
| standards_enabled | Yes | Whether Coderbuds Standards is on for this team; when off, the opinionated checks report insufficient_data. |