robotlearning123/Agent Ready Scanner

Scan your repository for AI agent readiness - the production control layer for AI-written software

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 8, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: robotlearning123/agent-ready@0f84d46fe21437cf6ac2b50af3cd1f262a578454 # v0.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pathPath to scan (relative to repository root)no.
profileProfile to use for scanningnofactory_compat
output-formatOutput format: json, markdown, or bothnoboth
fail-below-levelFail the action if achieved level is below this (L1-L5, or none to never fail)nonone
verboseEnable verbose outputnofalse
upload-artifactUpload scan results as artifactnotrue
artifact-nameName for the uploaded artifactnoagent-ready-report
comment-on-prPost results as PR comment (only works on pull_request events)nofalse
namedescription
levelAchieved maturity level (L1-L5 or null)
scoreOverall readiness score (0-100)
project-typeDetected project type (cli, library, webapp, web-service, monorepo)
report-jsonPath to JSON report file
report-markdownPath to markdown report file
passedWhether the scan passed the fail-below-level threshold (true/false)