isreadyai β AI readiness audit
Version updated for https://github.com/isreadyai/audit-action to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
Initial release π
Audit how AI crawlers (GPTBot, ClaudeBot, PerplexityBot) read your site - straight from your CI.
Highlights
- Deep-crawl audit of any URL, parsed exactly the way Al crawlers see it (no JS execution)
- 0-100 score + grade, with the full per-page report written to the GitHub job summary
- CI gate: the step fails when the score drops below your
threshold - Branch preview support: boot your environment with
command, scan it locally before it ships - Optional authenticated CI report + repo badge on isready.ai with a Pro/Team
api-key(OIDC-verified) - Zero setup: pre-bundled, dependency-free - no install step at runtime
Usage
- name: AI readiness audit
uses: isreadyai/audit-action@v1
with:
url: ${{ env.DEPLOY_URL }}
threshold: 80
See the README for all inputs, outputs, permissions and security notes. Learn more at isready.ai.