alipajand/Agent Readiness Audit
Audit repository readiness for AI coding agents using agent-readiness-kit
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 or subdirectory to audit. Relative paths are resolved from the GitHub Actions workspace root (GITHUB_WORKSPACE). | no | . |
| min-score | Minimum acceptable agent-readiness score, from 0 to 100. Used when fail-on-threshold is true. | no | 0 |
| output | Write a Markdown report to this path. Relative paths are resolved under repo-path; absolute paths are written as given. Leave empty to skip the report. | no | "" |
| json | Echo the raw JSON audit output to the Actions log. | no | false |
| comment-on-pr | Post or update a summary comment on the pull request. Only runs on pull_request events. Comments are created and updated through GitHub's issue-comment API, so the GITHUB_TOKEN environment variable must be set with pull-requests: write and issues: write permissions. | no | false |
| fail-on-threshold | Fail the workflow step when the score is below min-score. | no | true |
Outputs
| name | description |
|---|---|
| score | Final agent-readiness score, from 0 to 100. |
| report-path | Path to the written Markdown report, or empty when the output input was not set. |