team247/AI Code Review
Automated code review using Claude Code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Anthropic API key for Claude (either api-key or oauth-token required) | no | — |
| oauth-token | Claude Code OAuth token for Pro/Max users (takes priority over api-key) | no | — |
| cursor-api-key | Cursor API key (optional, falls back to api-key) | no | — |
| github-token | GitHub token for posting review comments | no | ${{ github.token }} |
| base-sha | Base commit SHA (target branch) | yes | — |
| head-sha | Head commit SHA (PR branch) | yes | — |
| event-action | GitHub event action (opened, synchronize, reopened) | no | opened |
| before-sha | Previous head SHA (for synchronize events) | no | "" |
| model | Claude model to use for review (sonnet, haiku, opus) | no | sonnet |
| post-review | Post review comments to PR | no | true |
| conventions-path | Path to project conventions directory | no | docs/conventions |
| review-mode | Review mode: auto (incremental for sync), full, or incremental | no | auto |
| install-claude | How to install Claude (npm, curl, or skip if already installed) | no | npm |
Outputs
| name | description |
|---|---|
| review-report | Path to the generated review report |
| blocking-issues-count | Number of blocking issues found |
| suggestions-count | Number of suggestions found |