Anthropic’s Claude Code now supports adamsreview, a third-party plugin that replaces the built-in /review command with a six-stage pipeline for deeper, multi-agent pull-request (PR) reviews. The tool uses parallel sub-agents, persistent JSON state, and automated fix loops to catch more bugs while reducing false positives compared to Claude’s native /review, /ultrareview, CodeRabbit, Greptile, and Codex’s built-in review tools. It runs on a standard Claude Code Max subscription and does not consume Extra Usage tokens like /ultrareview.
Overview
adamsreview is a Claude Code plugin that extends the built-in /review command into a structured workflow with six slash commands:
/adamsreview:review– Multi-lens code review of a branch or PR. Up to seven parallel sub-agents (correctness, security, UX, etc.) feed into a dedup pass, validation gates, and an optional cross-cutting Opus pass. High-confidence fixes are pre-computed for batch acceptance. The--ensembleflag adds a Codex CLI pass and PR bot-comment scrape./adamsreview:codex-review– A Codex CLI-driven peer review with tunable effort (low|medium|high|xhigh). Outputs the same artifact format as:review, making it drop-in compatible with downstream commands./adamsreview:add– Injects external findings (e.g., from a cloud/ultrareview, Opus session, or teammate notes) into the current review artifact. Findings are deduped, validated, and republished to the PR comment./adamsreview:walkthrough– Interactive session for findings that:fixwould skip. Uses Claude’sAskUserQuestionUI to step through uncertain or human-judgment items, with batch acceptance for pre-computed fixes./adamsreview:fix– Automated fix loop. Dispatches sub-agents in parallel, re-reviews the changes with Opus, reverts regressions, and commits the survivors (one combined commit by default;--granular-commitsfor per-group commits)./adamsreview:promote– Overrides the auto-fix eligibility filter for a single finding, bypassing score thresholds.
Review state persists in JSON artifacts under ~/.adams-reviews/<repo-slug>/<branch>/, allowing steps to be run days or weeks apart. The plugin auto-adds its bin/ directory to $PATH, eliminating the need for symlinks or manual installs.
How it works
Parallel sub-agents and validation
The :review command dispatches up to seven specialized sub-agents (e.g., correctness, security, UX) in parallel. Findings are deduped, then validated through a