Autonomous code review pipeline with asymmetric dual-engine dispatch. Codex runs ARP's correctness + adversarial framings (2 dispatches); Gemini runs its own /ce:review compound-engineering pipeline (1 dispatch). Confidence-weighted consensus, bounded auto-fix loop, loop-thrash kill switch, safe-off defaults.
npx claudepluginhub onchainyaotoshi/agent-review-pipeline --plugin agent-review-pipelineThis plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
dryRunIf true, run review stages and print findings + proposed fixes without applying any Edit, commit, or PR comment.
${user_config.dryRun}autoCommitIf true, autonomously commit fixes at the end of the pipeline. Default false for safety — user should review before committing.
${user_config.autoCommit}failOnErrorIf true, abort pipeline when a stage can't PASS within maxIterations instead of escalating.
${user_config.failOnError}geminiModelv5.3.0 pin: model is hardcoded to gemini-3-flash-preview in the dispatch wrapper regardless of this userConfig. Changing this value has no effect. Rationale: v5.2 cascade (Flash → Flash-Lite → operator-override Pro) shipped with two flaws — (a) Flash-Lite fallback doc admits '[] empty findings under load' (degraded quality), (b) Pro tier 429'd 28× in 2 min on v5.2 release day (unreliable). v5.3 ships Flash-only with API key Tier 1 auth + parallel persona spawn. Re-adding Pro requires a fork of this plugin.
${user_config.geminiModel}Multi-lens code review pipeline: deep review (Claude or Codex), automated fix loop, interactive walkthrough, manual promote, external-finding injection.
Automated code review for pull requests using multiple specialized agents with confidence-based scoring
Automated code review and fix loop with minimum 2 iterations
AI-powered code review in Claude Code, powered by CodeRabbit
AI-powered code review analysis — Run three-level AI analysis and implement-review-fix loops directly in your coding agent. Works standalone, no server required.
Share bugs, ideas, or general feedback.
defaultEngineEngine selection when none specified on CLI. Values: both, gemini, codex.
${user_config.defaultEngine}maxIterationsMax auto-fix retry loops before escalating. Range: 1-10. Unlimited is intentionally not supported (cost safety).
${user_config.maxIterations}postPrCommentIf true, auto-post executive summary to the GitHub PR via 'gh pr comment'. Default false — review output locally first before making public.
${user_config.postPrComment}Run multiple code review agents in parallel for comprehensive feedback
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim