clearideas/AI Code Review

Automated AI-powered code review using OpenAI GPT models

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 29, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: clearideas/ai-code-review-github-action@08f81b4178a2928a919b0481e434edae8a058bbd # v1.2.4

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github_tokenGitHub token for API accessyes
openai_api_keyOpenAI API key for AI model accessyes
ai_modelOpenAI model to use for code reviewnogpt-5.5
max_diff_charsMaximum number of characters in diff to send to AIno180000
max_review_filesMaximum number of changed files to fetch from the pull request for reviewno100
max_output_tokensMaximum model output tokens for the review responseno6000
reasoning_effortReasoning effort for models that support it: low, medium, or highnomedium
fail_on_severityJSON array of severities that should fail the checkno["high","critical","security"]
review_instructionsAdditional repository-specific review instructions to inject into the promptno""
max_review_instructions_charsMaximum number of characters of repository review instructions to send to AIno12000

no outputs