nachimore/PR Reviewer (Claude)
Review pull requests with Claude: diff → strict-JSON → validated, batched inline review.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| anthropic_api_key | Anthropic API key. Pass via secrets — never hard-code. | yes | — |
| github_token | Token with pull-requests: write. Defaults to the workflow token. | no | ${{ github.token }} |
| model | Claude model string (tunable per consumer). | no | claude-sonnet-4-6 |
| rubric_path | Path to a rubric markdown file in the consumer repo. Falls back to a built-in default. | no | .github/pr-review-rubric.md |
| max_diff_bytes | Skip review (and post a notice) when the diff exceeds this many bytes. | no | 400000 |
| ignore_globs | Comma-separated globs of files to exclude from review. | no | *.lock,package-lock.json,*.svg,dist/**,build/** |
Outputs
no outputs