Show HN: adamsreview – better multi-agent PR reviews for Claude Code
By
adamthegoalie
I built adamsreview, a Claude Code plugin that runs deeper, multi-stage PR reviews using parallel sub-agents, validation passes, persistent JSON state, and optional ensemble review via Codex CLI and PR bot comments.
On my own PRs, it has been catching dramatically more real bugs than Claude’s built-in /review, /ultrareview, CodeRabbit, Greptile, and Codex’s built-in review, while producing fewer false positives.
adamsreview is six Claude Code slash commands packaged as a plugin: review, codex-review, add, promote, walkthrough, and fix. I modeled it after the built-in /review command and extended it meaningfully.
You can clear context between review stages because state is stored in JSON artifacts on disk, with built-in scripts for keeping it updated.
The walkthrough command uses Claude’s AskUserQuestion feature to walk you through uncertain findings or items needing human review one by one. Then, the fix command dispatches per-fix-group agents and re-reviews the work with Opus, reverting any regressions before committing survivors.
It runs against your regular Claude Code subscription (Max plan recommended), unlike /ultrareview, which charges against your Extra Usage pool.
I would love feedback from Claude Code users, pro devs, and anyone with strong opinions about AI code reviews.
Repo: https://github.com/adamjgmiller/adamsreview
Install: /plugin marketplace add adamjgmiller/adamsreview, /plugin install adamsreview@adamsreview
Comments URL: https://news.ycombinator.com/item?id=48090276
Points: 41
# Comments: 16
You might also wanna read
Claude Code Launches Multi-Agent AI Code Review System for Bug Detection
Anthropic's Claude Code now offers a multi-agent AI code review system that analyzes pull requests to catch bugs, security issues, and logic
Ultrareview: Cloud-Based Parallel AI Agents for Automated Code Review
Ultrareview is a cloud-based code review tool that uses parallel AI agents to analyze code changes in remote sandboxes. The service runs mul
Anthropic Releases Free Security Plugin for Claude Code Terminal to Detect Vulnerabilities
Anthropic has released a free security-guidance plugin for its Claude Code terminal tool that autonomously reviews code edits, model outputs
cybersecuritynews.com·12h agoPlannotator: Local Browser Plugin for Annotating and Reviewing Claude Code Plans
Plannotator is a local browser plugin that enables interactive review and annotation of Claude Code plans. Users can mark up plans for delet
Researcher's "ADHD" tool for Claude Code claims 2x improvement; experts call for more evidence
Solo researcher Udit Akhouri released a third-party Agent SDK tool called "ADHD" for Claude Code on Reddit, claiming it makes the coding age
bit.ly·1d ago/dev: Open-Source AI Coding Tool That Turns Claude Code into a Tech Lead with Structured Engineering Process
/dev is an open-source AI coding tool that transforms Claude Code into a Tech Lead with a structured 6-phase engineering process using paral
