anufdo/AI Code Review Action

AI-powered code review for pull requests with inline comments, security, performance, and best-practices analysis

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token for API accessyes${{ github.token }}
openai-api-keyOpenAI API key for AI-powered code reviewno
anthropic-api-keyAnthropic API key for AI-powered code review (alternative to OpenAI)no
openrouter-api-keyOpenRouter API key for AI-powered code review (supports multiple models)no
ai-providerAI provider to use (openai, anthropic, openrouter)noopenai
modelAI model to use for code review. For OpenRouter: use model names like 'anthropic/claude-3-sonnet', 'openai/gpt-4', 'meta-llama/llama-3-70b-instruct', etc.nogpt-4
openrouter-base-urlOpenRouter base URL (usually https://openrouter.ai/api/v1)nohttps://openrouter.ai/api/v1
max-filesMaximum number of files to reviewno20
exclude-patternsComma-separated list of file patterns to exclude from reviewno*.lock,*.min.js,*.map,node_modules/**,dist/**,build/**
review-levelReview level (basic, standard, detailed)nostandard
language-hintsProgramming languages in the project (auto-detected if not provided)no
custom-promptsCustom review prompts (JSON format)no
enable-security-reviewEnable security-focused code reviewnotrue
enable-performance-reviewEnable performance-focused code reviewnotrue
enable-best-practicesEnable best practices reviewnotrue
namedescription
review-summarySummary of the code review
issues-foundNumber of issues found
files-reviewedNumber of files reviewed
review-urlURL to the review comment