multi-review

Coordinate parallel specialist sub-agents to review code diffs and synthesize a final report.

11|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/meanllbrl/dreamcontext --skill multi-review-meanllbrl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-review
Source: https://github.com/meanllbrl/dreamcontext/tree/main/skill-packs/multi-review
Command: npx skills add https://github.com/meanllbrl/dreamcontext --skill multi-review-meanllbrl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill coordinates a team of niche specialist agents to perform parallel reviews of a given code diff and produce a single, synthesized report.

Core Features & Use Cases

  • Parallel specialist reviews across domains (security, cloud-functions, frontend, edge-cases)
  • Deduplication of findings and a unified greptile-style final report
  • Final structured verdict and guidance to drive safe merges for non-trivial changes
  • Suitable for production-bound diffs that require multi-domain scrutiny

Quick Start

Invoke /multi-review on a non-trivial diff to start parallel specialist reviews and receive a synthesized report

Frequently Asked Questions about multi-review

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

FAQPage Schema
How do I run parallel code reviews across multiple domains like security and frontend?

Parallel code reviews across multiple domains are orchestrated by dispatching specialist sub-agents simultaneously for a given diff. This process applies to non-trivial diffs touching security, cloud-functions, frontend, and edge-cases, producing a final synthesized report.

What is the best way to get a unified code review report for a non-trivial diff?

The best way to get a unified code review report is through multi-agent orchestration that deduplicates findings from parallel specialist reviewers. It generates a greptile-style final structured verdict with guidance to drive safe merges for production-bound changes.

Can I use multi-review for production-bound diffs that require multi-domain scrutiny?

Yes, you can use multi-review for production-bound diffs that require multi-domain scrutiny. It coordinates niche specialist agents to perform parallel reviews and provides a final structured verdict to ensure safe merges for non-trivial changes.

How do I start an orchestrated code review for a complex diff?

To start an orchestrated code review, invoke /multi-review on a non-trivial diff. This initiates parallel specialist reviews across domains and returns a single synthesized report with deduplicated findings and risk-based verdict formatting.

Does parallel code review deduplicate findings from different specialist agents?

Yes, parallel code review deduplicates findings from different specialist agents. The orchestration process consolidates overlapping issues identified by domain specialists into a single, unified greptile-style final report.

When should I use orchestrated parallel code reviews instead of a standard review?

You should use orchestrated parallel code reviews when dealing with non-trivial diffs that touch multiple domains like security, cloud-functions, frontend, and edge-cases. Standard reviews lack the parallel specialist execution and synthesized risk-based verdict needed for complex changes.