super-review

Run parallel multi-model code reviews with Claude Code subagents and external LLMs.

Updated Dec 28, 2025
One-click install
npx skills add https://github.com/zuozuo/super-review --skill super-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: super-review
Source: https://github.com/zuozuo/super-review/tree/main/super-review
Command: npx skills add https://github.com/zuozuo/super-review --skill super-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables parallel, multi-model code review using Claude Code subagents and external LLMs to provide faster, more thorough insights across reviewers.

Core Features & Use Cases

  • Concurrently run multiple reviewers (Claude Code opus/sonnet/haiku, Codex, Gemini CLI) to inspect changes
  • Automatically select evidence-based prompt templates and unify verdicts across reviewers
  • Deduplicate findings, categorize by severity (P0/P1), and generate a consolidated summary
  • Focus on critical issues (P0/P1) to accelerate fixes and release readiness

Quick Start

Run super-review on a target file, commit, or directory to start the parallel review workflow.

Frequently Asked Questions about super-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a multi-model code review using Claude Code, Gemini, and Codex in parallel?

To run a multi-model code review, trigger the workflow with a prompt like 'super-review' and provide a diff, commit, or file path. Claude Code subagents and external LLMs concurrently inspect changes to generate structured reports.

What is the best way to consolidate code review findings from multiple AI reviewers?

The best way to consolidate AI code review findings is to deduplicate results and categorize them by severity. This approach unifies verdicts across multiple reviewers and generates a consolidated summary focusing on critical P0 and P1 issues.

Can I use Claude Code subagents with external LLMs for parallel code reviews?

Yes, you can use Claude Code subagents with external LLMs like Codex and Gemini CLI. This combination concurrently runs multiple reviewers to inspect changes, delivering faster and more thorough insights across the board.

How does multi-model code review handle compliance, UI, and quality scoring?

Multi-model code review handles scoring by automatically selecting evidence-based prompt templates to evaluate compliance, UI, and quality. It generates comprehensive scores and stores per-reviewer metadata in a dedicated .reviews directory.

Does parallel code review work with specific git commits and file paths?

Yes, parallel code review works with specific git commits and file paths. You can target a specific file, commit, or directory to start the concurrent review workflow, which processes these inputs to produce structured reports.

Why focus multi-model code reviews on P0 and P1 severity issues?

Focusing multi-model code reviews on P0 and P1 severity issues accelerates fixes and release readiness. By deduplicating findings and categorizing critical problems, developers can quickly address major compliance, UI, and quality defects.