shipfeedAI news, curated daily

23:56:10 CET
20 MAY23:56:10shipfeed
pull to refreshlast sync
Just in — 30 new
§ feed · storyline

Show HN: adamsreview – better multi-agent PR reviews for Claude Code

adamsreview is a Claude Code plugin offering multi-stage PR reviews via parallel sub-agents, persistent JSON state, and optional Codex CLI ensemble analysis, running on a standard Max plan subscription.

May 11 · · primary fetch1 sourceupdated May 11 ·

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…

read full article on github.com
§ sources1 publication · timeline below
  1. github.comShow HN: adamsreview – better multi-agent PR reviews for Claude Codeprimary