tx-joshg/PR Reviewer
AI-powered senior developer PR review with auto-fix capabilities
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| review_config | Path to the review configuration file | yes | .github/review-config.yml |
| provider | LLM provider to use (openai, anthropic, gemini). Use openai for any OpenAI-compatible API (Together, Groq, Ollama, vLLM, etc.) with base_url. | no | openai |
| api_key | API key for the configured LLM provider | yes | — |
| base_url | Custom API base URL for OpenAI-compatible providers (e.g. http://localhost:11434/v1 for Ollama, https://api.together.xyz/v1 for Together) | no | "" |
| github_token | GitHub token with repo permissions | yes | — |
| database_url | Read-only database URL (optional) | no | "" |
| auto_fix | Enable auto-fix for trivial issues | no | true |
| auto_merge | Merge the PR after a passing review (only when auto-merge is enabled on the PR) | no | true |
| model | Model name to use for reviews (provider-specific, e.g. gpt-4o, claude-sonnet-4-20250514, gemini-2.0-flash) | no | gpt-4o |
Outputs
no outputs