robotlearning123/Agent Ready Scanner
Scan your repository for AI agent readiness - the production control layer for AI-written software
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 8, 2026
- License
- MIT
Pinned Snippet
uses: robotlearning123/agent-ready@0f84d46fe21437cf6ac2b50af3cd1f262a578454 # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to scan (relative to repository root) | no | . |
| profile | Profile to use for scanning | no | factory_compat |
| output-format | Output format: json, markdown, or both | no | both |
| fail-below-level | Fail the action if achieved level is below this (L1-L5, or none to never fail) | no | none |
| verbose | Enable verbose output | no | false |
| upload-artifact | Upload scan results as artifact | no | true |
| artifact-name | Name for the uploaded artifact | no | agent-ready-report |
| comment-on-pr | Post results as PR comment (only works on pull_request events) | no | false |
Outputs
| name | description |
|---|---|
| level | Achieved maturity level (L1-L5 or null) |
| score | Overall readiness score (0-100) |
| project-type | Detected project type (cli, library, webapp, web-service, monorepo) |
| report-json | Path to JSON report file |
| report-markdown | Path to markdown report file |
| passed | Whether the scan passed the fail-below-level threshold (true/false) |