nlvedwin/AI Code Reviewer

Automatically review Pull Requests using AI models via OpenRouter API

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
openrouter_api_keyYour OpenRouter API keyyes
modelThe AI model to use (e.g., anthropic/claude-3.5-sonnet, openai/gpt-4-turbo)noanthropic/claude-3.5-sonnet
github_tokenGitHub token for posting commentsyes
max_diff_sizeMaximum diff size in characters (default: 100000)no100000
temperatureModel temperature for response generation (0-1)no0.3
post_commentWhether to post the review as a PR commentnotrue
custom_promptCustom instructions to append to the review promptno""
system_promptOverride the entire system prompt (advanced usage)no""
review_focusComma-separated list of focus areas (e.g., security,performance,bugs)no""
inline_commentsWhether to post inline comments on specific lines of code (requires github_token)notrue
namedescription
reviewThe generated code review content
model_usedThe AI model that was used for the review