prdai/ReviewPilot Action
AI PR reviewer that beats GitHub Copilot. Chain-of-thought analysis. Security, performance, quality insights.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token (use secrets.GITHUB_TOKEN) | yes | — |
| model | The AI model to use for reviewing pull requests. | no | gemini-2.5-flash |
| apiKey | API key used to authenticate requests to the Gemini API. Required for secure communication and must be kept confidential. Without a valid key, requests will be rejected. | yes | — |
| customInstructionUri | Optional custom instructions to fine-tune the review process. You can provide a string or the path to a .txt file containing specific guidelines or requirements. If a .txt file is provided, its contents will be used to guide the AI reviewer. | no | — |
| level | Review depth: LOW (critical issues only), MID (balanced quality focus), HIGH (comprehensive analysis across security, performance, maintainability). | no | HIGH |
| maxChanges | The maximum number of changes in a file to be considered for review. | no | 1000 |
Outputs
no outputs