yeameen/claude-code-review-council
16 stars · Last commit 2026-05-20
Multi-agent code review for Claude Code: parallel review by Codex (GPT-5.5), Gemini 3.1 Pro, and 4 Claude specialist subagents (security, performance, logic, regression)
README preview
# Multi-Agent Code Review for Claude Code A [Claude Code](https://docs.claude.com/en/docs/claude-code) plugin that delivers AI code review by running **six reviewers in parallel** on the same diff — then synthesizing all findings into a verified report. Different model families miss different things. Run them all: 1. **Codex CLI** — GPT-5.5 at `xhigh` reasoning effort 2. **Gemini CLI** — Gemini 3.1 Pro 3. **Four Claude specialist subagents** — security, performance, logic, regression The synthesis step de-duplicates findings, **verifies each one against the actual code** (reviewers hallucinate), tags severity, and shows you a unified report before applying any fixes. ## Install ``` /plugin marketplace add https://github.com/yeameen/claude-code-review-council /plugin install review-council ``` ## Usage