wouterdebot/AgentRepoCoach — AI agent codebase health scoring
Score a repository on how ready it is for autonomous AI agents using the Codebase Agent Health (CAH) composite metric.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-path | Path to the repository to scan, relative to the workspace. | no | . |
| config-path | Path to the AgentRepoCoach TOML config file. | no | .agentrepocoach.toml |
| output-format | Output format: json, markdown, or both. | no | json |
| output-path | Where to write the report (when format=both, the markdown path is derived by swapping the extension to .md). | no | ./agentrepocoach-report.json |
| fail-threshold | If set, the action exits 1 when the composite score is below this value. | no | "" |
| python-version | Python version to install for running AgentRepoCoach. | no | 3.11 |
Outputs
| name | description |
|---|---|
| composite-score | The final Codebase Agent Health composite score (0-100). |
| report-path | Absolute path to the written JSON report. |