Show HN: adamsreview – better multi-agent PR reviews for Claude Code
Source: Hacker News
Overview
I built adamsreview, a Claude Code plugin that performs deeper, multi‑stage PR reviews using parallel sub‑agents, validation passes, persistent JSON state, and optional ensemble review via the Codex CLI and PR bot comments.
On my own pull requests, it has caught dramatically more real bugs than Claude’s built‑in /review, /ultrareview, CodeRabbit, Greptile, and Codex’s built‑in review, while producing fewer false positives.
Features
- Six Claude Code slash commands packaged as a plugin:
review,codex-review,add,promote,walkthrough, andfix. - Modeled after the built‑in
/reviewcommand and meaningfully extended. - Persistent state stored in JSON artifacts on disk, allowing you to clear context between review stages.
- Walkthrough command uses Claude’s
AskUserQuestionfeature to guide you through uncertain findings or items needing human review one by one. - Fix command dispatches per‑fix‑group agents, re‑reviews the work with Opus, and reverts any regressions before committing surviving changes.
- Runs against a regular Claude Code subscription (Max plan recommended), unlike
/ultrareview, which charges against your Extra Usage pool.
Installation
# Add the plugin from the marketplace
/plugin marketplace add adamjgmiller/adamsreview
# Install the plugin
/plugin install adamsreview@adamsreview
Repository
The source code and documentation are available on GitHub:
https://github.com/adamjgmiller/adamsreview
Feedback
I would love feedback from Claude Code users, professional developers, and anyone with strong opinions about AI code reviews. Feel free to join the discussion on Hacker News: