mohit-raj-singh/AI Code Reviewer

AI-powered PR reviews using your own LLM API key (Anthropic, OpenAI, Gemini)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
providerLLM provider to use: anthropic | openai | geminiyes
api_keyYour LLM API keyyes
modelModel override (optional). Defaults are defined in src/ai_reviewer/models.ymlno
review_levelReview depth: quick | standard | thoroughnostandard
ignore_pathsComma-separated glob patterns to ignore (e.g. "*.md,docs/**")no""
post_summaryPost a top-level PR summary comment: true | falsenotrue
post_inlinePost inline line-level comments: true | falsenotrue
security_onlyOnly report security issues: true | falsenofalse
max_diff_charsMax diff size in characters sent to the LLM (default: 20000)no20000
github_tokenGitHub token for posting comments (defaults to GITHUB_TOKEN)no${{ github.token }}

no outputs