zxcloli666/AI Code Review // VERY POWERFULL

🤖 AI-powered automated code review with GPT-5, Claude, Gemini. Deep static analysis, AST parsing, linter integration.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
GITHUB_TOKENGitHub token for API accessyes
OPENAI_API_KEYOpenAI API key for AI-powered code reviewno
OPENAI_API_MODELOpenAI model to use (gpt-5, gpt-5-high, o3, o3-mini, etc.)nogpt-5
OPENAI_API_BASE_URLOpenAI API base URL (for custom endpoints or proxies)nohttps://api.openai.com/v1
REVIEW_LANGUAGELanguage for review comments (en, ru, es, fr, de, etc.)noen
SILENT_MODEPost reviews as silent comments to reduce notificationsnofalse
MAX_CHUNK_SIZEMaximum tokens per chunk for large PRsno6000
ENABLE_LINTERSRun linters on changed files (ESLint, Pylint, etc.)notrue
ENABLE_ASTEnable AST (Abstract Syntax Tree) analysis for deep code understandingnotrue
ENABLE_DEPENDENCY_ANALYSISAnalyze function dependencies and call graphsnotrue
SEVERITY_THRESHOLDMinimum severity level to report (info, warning, error)nowarning
namedescription
review_statusReview status: approved, needs-changes, or rejected
issues_foundTotal number of issues found
critical_issuesNumber of critical issues found
review_urlURL to the review comment