nickwhiteley/PR Reviewer
AI-powered pull request review: deterministic hygiene checks plus multi-agent AI code review with structured, verified findings posted as PR comments. Configured per-repository via PR-REVIEW.md.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| provider | AI provider: ollama or anthropic | — | ollama |
| api-key | API key for the chosen provider (OLLAMA_API_KEY / ANTHROPIC_API_KEY) | yes | — |
| github-token | Token used to post PR comments | — | ${{ github.token }} |
| model | Model identifier (defaults to the provider's standard model) | — | "" |
| config | Path to PR-REVIEW.md | — | PR-REVIEW.md |
| fail-mode | closed (default): agent failures/timeouts fail the check; open: they are advisory | — | closed |
| review-timeout | Timeout in seconds for the AI review phase | — | 600 |
| version | pr-reviewer release tag to install (e.g. v1.2.3), or latest | — | latest |
| extra-args | Additional CLI flags, e.g. --verify=false --inline-comments=false | — | "" |
Outputs
no outputs