ollieb89/AI Code Reviewer
AI-powered code review automation 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 | ${{ github.token }} |
| ai-provider | AI provider: openai, openai-compatible, or anthropic | no | openai |
| ai-api-key | API key for the AI provider | yes | — |
| ai-model | AI model to use | no | gpt-4o-mini |
| max-files | Maximum number of files to review | no | 20 |
| ignore-patterns | Comma-separated file patterns to ignore | no | "" |
| review-mode | Review mode: comment, suggest, or summary | no | comment |
| severity | Minimum severity to report: all, warning, or error | no | all |
| custom-prompt | Additional instructions for the AI reviewer | no | "" |
Outputs
| name | description |
|---|---|
| total-comments | Number of comments posted |
| files-reviewed | Number of files reviewed |
| issues-found | Number of issues found |