mjthinkkits/Claude PR Review
AI-powered pull request reviews using Claude Sonnet. Structured feedback, confidence scoring, cost tracking. Zero Python deps.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for reading PR diffs and (optionally) posting the review as a comment | yes | ${{ github.token }} |
| anthropic-api-key | Anthropic API key (https://console.anthropic.com). BYOK — you pay Anthropic directly. | yes | — |
| pr-url | PR URL to review. Auto-detected on pull_request events. | no | — |
| post-comment | Post the review as a PR comment (true/false) | no | true |
| output-file | Optional path to save the review to a file | no | — |
| model | Claude model to use (default: claude-sonnet-4-20250514) | no | claude-sonnet-4-20250514 |
Outputs
| name | description |
|---|---|
| review | Full generated review text (markdown) |
| confidence | Confidence score: HIGH / MEDIUM / LOW |
| verdict | Verdict: APPROVE / COMMENT / REQUEST_CHANGES |
| cost-usd | Estimated cost of this review in USD |