indoor47/Claude PR Reviewer
AI code review on every pull request. Posts structured feedback as a PR comment using Claude.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| anthropic_api_key | Your Anthropic API key. Use this OR hosted_api_key, not both. | no | "" |
| hosted_api_key | Hosted tier API key from indoor47/claude-pr-reviewer. No Anthropic account needed. | no | "" |
| model | Claude model to use (claude-sonnet-4-6, claude-opus-4-6, claude-haiku-4-5-20251001) | no | claude-sonnet-4-6 |
| max_tokens | Maximum tokens for the review response | no | 4096 |
| ignore_patterns | Comma-separated glob patterns for files to skip (e.g., "*.md,*.lock,package-lock.json") | no | "" |
| strictness | Review strictness: lenient (critical+security only), balanced (default), strict (includes test coverage, docs, tech debt) | no | balanced |
| walkthrough | Include a file-by-file Changes Walkthrough table at the top of the review (true/false) | no | true |
| skip_draft | Skip review for draft pull requests (true/false) | no | true |
Outputs
no outputs