joeblackwaslike/Claude Code Audit
Run a full repository code audit with Claude AI and post findings as a GitHub issue
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-app-id | GitHub App ID | yes | — |
| github-app-private-key | GitHub App private key in PKCS#8 format (newlines escaped as \\n) | yes | — |
| anthropic-api-key | Anthropic API key (required when provider is anthropic) | no | "" |
| openai-api-key | OpenAI API key (required when provider is openai) | no | "" |
| provider | AI provider: anthropic (default) or openai | no | anthropic |
| repo | Repository to audit (owner/repo). Defaults to the current repository. | no | "" |
| ref | Git ref to audit (branch, tag, or SHA). Defaults to the repo default branch. | no | "" |
| dry-run | Set to 'true' to print the report to the job log instead of creating a GitHub issue. | no | false |
| extra | Additional instructions passed to the review agents. | no | "" |
| version | Version of ai-review-bot to use (e.g. latest, 0.1.0). | no | latest |
Outputs
no outputs