clearideas/AI Code Review
Automated AI-powered code review using OpenAI GPT models
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 29, 2026
- License
- MIT
Pinned Snippet
uses: clearideas/ai-code-review-github-action@08f81b4178a2928a919b0481e434edae8a058bbd # v1.2.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for API access | yes | — |
| openai_api_key | OpenAI API key for AI model access | yes | — |
| ai_model | OpenAI model to use for code review | no | gpt-5.5 |
| max_diff_chars | Maximum number of characters in diff to send to AI | no | 180000 |
| max_review_files | Maximum number of changed files to fetch from the pull request for review | no | 100 |
| max_output_tokens | Maximum model output tokens for the review response | no | 6000 |
| reasoning_effort | Reasoning effort for models that support it: low, medium, or high | no | medium |
| fail_on_severity | JSON array of severities that should fail the check | no | ["high","critical","security"] |
| review_instructions | Additional repository-specific review instructions to inject into the prompt | no | "" |
| max_review_instructions_chars | Maximum number of characters of repository review instructions to send to AI | no | 12000 |
Outputs
no outputs