arunchunchukumar/AI Code Reviewer
Automatically review pull requests using OpenAI GPT-4 with inline comments
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 (usually secrets.GITHUB_TOKEN) | yes | — |
| openai-api-key | OpenAI API key for GPT-4 access | yes | — |
| model | OpenAI model to use for reviews | no | gpt-4 |
| review-focus | Comma-separated review focus areas: security, performance, bugs, style, all | no | all |
| max-files | Maximum number of files to review per PR | no | 10 |
| ignore-patterns | Comma-separated glob patterns for files to skip | no | "" |
Outputs
no outputs