mohit-raj-singh/AI Code Reviewer
AI-powered PR reviews using your own LLM API key (Anthropic, OpenAI, Gemini)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| provider | LLM provider to use: anthropic | openai | gemini | yes | — |
| api_key | Your LLM API key | yes | — |
| model | Model override (optional). Defaults are defined in src/ai_reviewer/models.yml | no | — |
| review_level | Review depth: quick | standard | thorough | no | standard |
| ignore_paths | Comma-separated glob patterns to ignore (e.g. "*.md,docs/**") | no | "" |
| post_summary | Post a top-level PR summary comment: true | false | no | true |
| post_inline | Post inline line-level comments: true | false | no | true |
| security_only | Only report security issues: true | false | no | false |
| max_diff_chars | Max diff size in characters sent to the LLM (default: 20000) | no | 20000 |
| github_token | GitHub token for posting comments (defaults to GITHUB_TOKEN) | no | ${{ github.token }} |
Outputs
no outputs