ghazimuharam/code-reviewer

Multi-provider Copilot-like PR code review (COMMENT-only, inline suggestions)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenToken with pull-requests:write and contents:readno${{ github.token }}
tokenAlias for github_tokenno
providerLLM adapter (openai | anthropic | openrouter | azure-openai | openai-compatible | opencode | kimi | zai)noopenai
modelModel id (required unless set in .github/code-reviewer.yml provider.model)no
api_keyProvider API key (prefer repo secrets via env; masked if passed)no
base_urlCustom OpenAI-compatible base URL (OpenCode, Z.ai, Kimi, Azure resource URL)no
azure_deploymentAzure OpenAI deployment nameno
api_versionAzure OpenAI api-versionno
config_pathConfig path on default branchno.github/code-reviewer.yml
instructions_pathOverride single instruction markdown pathno
instructions_fromdefault | head (same-repo only)nodefault
re_review_modedelta | fullnodelta
focusComma categories (aliases ok: bugs,tests,perf)no
forcetrue = full re-review + allow same head_sha re-POST (only lowercase true)nofalse
dry_runtrue = do not post the reviewnofalse
fail_onnone | critical | high | medium — fails the check only; review stays COMMENTnonone
pull_numberPR number (optional; auto from event)no
namedescription
review_idGitHub PR review id when posted
findings_countNumber of findings after filters
critical_countCritical findings
high_countHigh findings
risk_levellow|medium|high|critical
partialtrue if partial review
skipped_reasonSet when the run skips posting