royce123882/LLM Council PR Review
Multi-LLM code review. Sends your PR to multiple AI providers in parallel, deduplicates their findings, and posts one clean review with inline comments.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openai_api_key | OpenAI API key | no | — |
| gemini_api_key | Google Gemini API key | no | — |
| anthropic_api_key | Anthropic API key | no | — |
| openai_model | OpenAI model to use | no | gpt-5.2 |
| gemini_model | Gemini model to use | no | gemini-3.1-pro-preview |
| anthropic_model | Anthropic model to use | no | claude-opus-4-6 |
| consolidator_provider | Which LLM provider runs the deduplication step | no | anthropic |
| temperature | LLM temperature (0.0-1.0). Lower = more deterministic | no | 0.2 |
| max_tokens | Maximum tokens in LLM responses. Increase for large PRs | no | 4096 |
| trigger_keyword | Keyword in PR comments that triggers a review | no | @llm-council-review |
Outputs
no outputs