sukhrobnurali/Multi-Agent PR Reviewer

Specialist agents (security, performance, tests, quality) review a PR in parallel via LangGraph.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub token used to fetch the PR diff and post the review comment.no${{ github.token }}
providerLLM provider (openai or anthropic). Overrides .pr-review.yml.no
modelDefault model id (e.g. gpt-4o-mini, claude-haiku-4). Overrides .pr-review.yml.no
api_keyLLM API key. Falls back to OPENAI_API_KEY / ANTHROPIC_API_KEY env.no
config_pathPath to .pr-review.yml inside the checkout. Defaults to ./.pr-review.yml.no
onlyComma-separated subset of agents to run (e.g. "security,quality").no
dry_runIf true, log the review comment instead of posting it.nofalse
cache_dirPath to a directory to use as on-disk agent-result cache. If unset, caching is off.no

no outputs