review-orchestrator

Detect changed files, gather git context, and dispatch reviewer agents in parallel.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/RaNDoM6913/claude-code-superkit --skill review-orchestrator-random6913
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-orchestrator
Source: https://github.com/RaNDoM6913/claude-code-superkit/tree/main/packages/codex/skills/review-orchestrator
Command: npx skills add https://github.com/RaNDoM6913/claude-code-superkit --skill review-orchestrator-random6913

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unified review orchestration to detect changes, gather git context, and dispatch reviewer agents in parallel, then deduplicate and present findings.

Core Features & Use Cases

  • Detect changed files and enrich with git context for accurate prompts
  • Dispatch reviewer agents in parallel and deduplicate results
  • Support PR diffs, branch diffs, and full-repo scans with consolidated reports
  • Use cases: teams needing fast, multi-agent code reviews with consistent results

Quick Start

Provide a target such as a PR number, a branch name, or --full to start the orchestration and receive a consolidated set of findings.

Frequently Asked Questions about review-orchestrator

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

FAQPage Schema
How do I run parallel code reviews on a pull request diff?

Parallel code reviews on a pull request diff are orchestrated by detecting changed files, gathering git context, and dispatching reviewer agents simultaneously to produce a consolidated findings report. You provide a PR number to start.

Can I review a full repository instead of just a branch diff?

Yes, full-repo scans are supported alongside branch diffs and PR diffs. You pass the --full flag to start orchestration across the entire repository and receive a consolidated set of deduplicated findings.

Do I need specific agent interfaces installed to use the review orchestrator?

Yes, the review orchestrator requires a set of agent interfaces to be available in the Skills directory. It dispatches these reviewer agents in parallel and aggregates their results with deduplication across agents.

How does deduplication work when multiple agents review the same code?

Deduplication across agents works by coordinating parallel reviewer agents and aggregating their results, removing overlapping findings to present a unified report without redundant issues.

What is the best way to speed up multi-agent code reviews with consistent results?

The best way to speed up multi-agent code reviews is parallel dispatch of reviewer agents. This orchestrates unified review by detecting changes and gathering git context concurrently, then deduplicating findings for consistent results.