aryanbrite/OpenRabbit
GitHub Action that generates PR review summaries and inline comments using any LLM provider.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 9, 2026
- License
- Apache 2.0
Pinned Snippet
uses: aryanbrite/openrabbit@f5b99f51958b6e9568bdf5c71fbf2e74377e3ea1 # v0.8.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for PR review actions | no | — |
| llm_provider | LLM provider key | no | openrouter |
| llm_api_url | Base URL for the LLM provider | no | https://openrouter.ai/api/v1 |
| llm_api_key | API key for the LLM provider | no | — |
| llm_model | Model name for the configured LLM provider | no | openrouter/free |
| review_mode | Create summary, inline comments, or both | no | both |
| tone_mode | Tone profile for the review output | no | balanced |
| review_lens | Focused review lens (default, security, socratic, performance, scope-guard) | no | default |
| debiased_mode | Redact PR metadata for the initial pass | no | false |
Outputs
no outputs