srinivas2193/AI Code Reviewer
Automated PR code reviews using AI (GPT-4 or Claude) with inline comments and comprehensive feedback
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 | ${{ github.token }} |
| ai-provider | AI provider to use (openai or anthropic) | yes | openai |
| openai-api-key | OpenAI API key (required if ai-provider is openai) | no | — |
| openai-model | OpenAI model to use | no | gpt-4-turbo-preview |
| anthropic-api-key | Anthropic API key (required if ai-provider is anthropic) | no | — |
| anthropic-model | Anthropic model to use | no | claude-3-5-sonnet-20241022 |
| max-files | Maximum number of files to review | no | 20 |
| max-file-size-kb | Maximum file size in KB to review | no | 500 |
| review-severity | Review severity level (low, medium, high) | no | medium |
Outputs
| name | description |
|---|---|
| review-completed | Whether the review was completed successfully |
| rating | Overall rating given by the AI (1-10) |
| comments-count | Number of inline comments posted |