isreadyai/IsReadyAI — readiness fix
Runs an AI agent inside your runner that applies AI-readiness fixes to your repo and opens a pull request. Pro/Team key.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL to audit (e.g. the production or preview deployment) | yes | — |
| api-key | isready.ai API key, Pro or Team (store it as a repo secret). Grant the job id-token: write to also upload the CI report + repo badge. | yes | — |
| api-url | isready.ai API origin (override for self-hosted deployments) | no | https://isready.ai |
| branch | Branch name for the fix PR | no | feature/ai-readiness-fixes |
| dry-run | Apply edits and print the summary without opening a PR | no | false |
Outputs
| name | description |
|---|---|
| patches | Number of files the agent changed |
| pr-url | URL of the opened pull request (empty when none) |