ncoevoet/claude-review-all
6 stars · Last commit 2026-06-17
Comprehensive multi-agent code review for Claude Code
README preview
# /review-all [](https://github.com/ncoevoet/claude-review-all/actions/workflows/ci.yml) [](.claude-plugin/plugin.json) [](LICENSE) [](https://code.claude.com/docs/en/plugins) Project-agnostic code review for [Claude Code](https://code.claude.com/docs/en/overview). One slash command runs deterministic gates, ten parallel review agents, and an adversarial verification pass. Every finding cites `file:line` and is independently re-checked before the report — false positives stay out. ## Demo  One verdict line up top, automated gate results, then findings by severity — Critical/Important carry full anatomy (impact · suggested fix · evidence), Debt/Suggested collapse to one line each. Every finding cites `file:line` and is independently re-verified before it reaches the report. ## Severity tiers - **🔴 CRITICAL** — Breaks functionality, exposes data, crashes systems, violates requirements - **🟠 IMPORTANT** — Missing error handling, unhandled edge cases, potential bugs - **🟡 DEBT** — Code duplication, convention violations, refactoring needed within 6 months