javedquadri/AI Code Review
AI-powered PR review with strict security, quality, and performance gate
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 1, 2026
- License
- None
Pinned Snippet
uses: javedquadri/code-review@6b944cb7373fc83a45e012d554411c54c5a01fd8 # v1.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| gemini_api_key | Gemini API Key from Google AI Studio | yes | — |
| deepseek_api_key | DeepSeek API Key used only if Gemini fails | no | "" |
| model | Primary Gemini model | no | gemini-3.5-flash |
| fallback_gemini_model | Fallback Gemini model used only if primary Gemini fails | no | gemini-2.5-flash |
| deepseek_model | DeepSeek model used only if Gemini fallbacks fail | no | deepseek-v4-flash |
| tech_stack | Tech stack summary. Leave blank for lightweight AI detection from diff. | no | "" |
| max_changed_lines | Maximum changed lines allowed for AI review. Oversized PRs fail instead of being partially reviewed. | no | 2500 |
| max_changed_files | Maximum changed files allowed for AI review. Oversized PRs fail instead of being partially reviewed. | no | 50 |
| max_patch_bytes | Maximum compact patch bytes sent to the model. Oversized compact patches fail instead of being truncated. | no | 160000 |
| fail_on_caution | Whether CAUTION verdict should fail the check. Recommended false to block only serious findings. | no | false |
Outputs
no outputs