amitkarnam/AI Code Review Bot Using LLM
Automated code review using AI/LLM for Pull Requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for API access | yes | — |
| llm_provider | LLM provider (openai, anthropic, google, azure, mistral, groq, or custom) | no | openai |
| llm_api_key | API key for the LLM provider | yes | — |
| llm_model | Model name to use | no | gpt-4 |
| llm_api_base | Custom API base URL (optional) | no | "" |
| languages | Comma-separated list of file extensions to review (e.g., py,js,go) | no | "" |
| max_comments | Maximum number of review comments | no | 20 |
| fail_on_severity | Fail the action if issues of this severity or higher are found (CRITICAL, HIGH, MEDIUM, LOW) | no | "" |
| review_tone | Tone of the review (professional, strict, mentoring, friendly) | no | professional |
| custom_prompt | Additional custom instructions for the reviewer | no | "" |
| config_path | Path to configuration file (.ai-review.yml) | no | .ai-review.yml |
Outputs
no outputs