andreasasprou/AI PR Review
AI-powered code review using Codex CLI. Posts inline comments with severity-calibrated findings and a live dashboard.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| codex-auth-json-b64 | Base64-encoded Codex auth.json (ChatGPT OAuth tokens) | no | — |
| openai-api-key | OpenAI API key (sk-...) | no | — |
| model | Model to use (provider/model format, e.g. openai/gpt-4o). Overrides config file if set. | no | — |
| github-token | GitHub token for PR comments and checks | no | ${{ github.token }} |
| config-path | Path to config file relative to repo root | no | .ai-review.yml |
| timeout-minutes | Review timeout in minutes | no | 20 |
| command | Slash command that triggers the review (for issue_comment events) | no | /ai-review |
Outputs
| name | description |
|---|---|
| verdict | Review verdict: OK, ATTENTION, or BLOCK |
| findings-count | Number of findings posted |
| dashboard-comment-id | ID of the dashboard comment |