adamsreview: Claude Code Plugin for Advanced PR Reviews
Add: install adamsreview plugin and configure it to use the Max plan for best performance.
Install: /plugin marketplace add adamjgmiller/adamsreview, /plugin install adamsreview@adamsreview. Configure to use Max plan. Test on a PR to verify bug detection.
Summary
adamsreview is a new Claude Code plugin that extends the built‑in /review command with six slash commands: review, codex-review, add, promote, walkthrough, and fix. It runs deeper, multi‑stage PR reviews using parallel sub‑agents and keeps a persistent JSON state on disk between stages. The walkthrough command uses Claude’s AskUserQuestion to guide developers through uncertain findings one by one, while the fix command dispatches per‑fix‑group agents and re‑reviews the work with Opus, reverting any regressions before committing survivors. Unlike /ultrareview, adamsreview runs against a regular Claude Code Max plan subscription and does not charge against the Extra Usage pool. The plugin is packaged for the Claude Code marketplace and can be installed with /plugin marketplace add adamjgmiller/adamsreview.
The plugin’s architecture allows developers to clear context between review stages, and it includes built‑in scripts for keeping the JSON artifacts updated. By catching more real bugs than existing Claude Code review tools and producing fewer false positives, adamsreview demonstrates the power of multi‑agent orchestration in code review.
Users are encouraged to provide feedback on the plugin’s performance, especially for complex PRs, to help refine the ensemble review approach.
Key changes
- Six slash commands: review, codex-review, add, promote, walkthrough, and fix
- Parallel sub‑agents for multi‑stage PR reviews
- Persistent JSON state stored on disk between stages
- Optional ensemble review via Codex CLI and PR bot comments
- Walkthrough command uses AskUserQuestion for uncertain findings
- Fix command dispatches per‑fix‑group agents and re‑reviews with Opus
- Runs on Claude Code Max plan, not on Extra Usage pool
- Packaged for the Claude Code marketplace with install commands