Score Build Readiness
score_build_readinessScores your codebase's build readiness (0-100) with dimension breakdown, evidence grades, and risk register. Optionally enhances reliability evidence with test results.
Instructions
Produce the Obra CTO Score (0 to 100) with a per-dimension breakdown, evidence grades, and a Top Risks register. Scan runs automatically. If you ran run_tests first, pass its numbers so reliability becomes grade-A evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project root. Defaults to the current working directory. | |
| stage | No | Calibrate expectations to your stage: prototype, mvp, or growth. Defaults to a detected guess. | |
| qualitative | No | Your structured security and architecture assessment from prepare_code_review. Supplying it upgrades those dimensions to grade A. | |
| tests_total | No | Total tests, from a prior run_tests call. | |
| tests_failed | No | Failing tests, from a prior run_tests call. | |
| tests_passed | No | Passing tests, from a prior run_tests call. | |
| write_report | No | Write the report to .obra/ in the project (default true), so the Obra CFO can read it later. Set false to skip writing. |