jayinfinia/Claude PR Review
Automatically reviews pull requests using the Claude API, posting inline comments for bugs, security issues, and improvements.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for posting review comments (use secrets.GITHUB_TOKEN) | yes | — |
| anthropic-api-key | Anthropic API key for Claude | yes | — |
| model | Claude model to use | no | claude-sonnet-4-6 |
| focus | Comma-separated list of review areas (bugs, security, performance, style) | no | bugs,security,performance |
| severity-threshold | Minimum severity to post as a comment (low, medium, high) | no | low |
| max-files | Maximum number of files to review per PR | no | 20 |
Outputs
| name | description |
|---|---|
| files-reviewed | Number of files reviewed |
| issues-found | Total number of issues found |