parallel-review

Execute multiple specialized code review subagents concurrently and synthesize prioritized reports.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/blakeox/llm-skills --skill parallel-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-review
Source: https://github.com/blakeox/llm-skills/tree/main/skills/parallel-review
Command: npx skills add https://github.com/blakeox/llm-skills --skill parallel-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the orchestration of multiple review processes, enabling comprehensive, parallel code evaluations and synthesis into actionable reports, reducing manual review effort.

Core Features & Use Cases

  • Parallel Review Coordination: Launches multiple specialized review subagents simultaneously for different modes such as pre-merge, deep-audit, or incident analysis.
  • Structured Synthesis: Deduplicates, prioritizes, and compiles findings from various reviewers into a cohesive report.
  • Use Case: A developer needs a thorough code quality check before deployment; this Skill runs security, dependency, and API reviews in parallel, then presents an organized report with key issues highlighted.

Quick Start

Invoke the skill with the desired mode and target to perform an integrated code review process on your project.

Frequently Asked Questions about parallel-review

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

FAQPage Schema
How do I automate parallel code reviews for continuous integration pipelines?

Automated parallel code reviews execute multiple specialized subagents concurrently to evaluate code quality, security, and dependencies within continuous integration pipelines, synthesizing findings into prioritized, actionable reports for development teams.

What is the best way to perform a comprehensive pre-merge code quality and security check?

The best way to perform a pre-merge check is launching parallel review subagents simultaneously for deep-audit and security modes, which deduplicates and prioritizes findings into a cohesive report highlighting key deployment issues.

Can I run multiple specialized code assessments concurrently for project evaluations?

Yes, you can run multiple specialized code assessments concurrently for project evaluations by coordinating parallel review subagents, ensuring structured synthesis of various review results into an organized, actionable report.

How does automated synthesis handle duplicate findings from concurrent code reviewers?

Automated synthesis handles duplicate findings by deduplicating, prioritizing, and compiling results from various concurrent reviewers into a single cohesive report, reducing manual review effort and highlighting key issues.

Does parallel code review work for incident analysis in software engineering?

Parallel code review works for incident analysis by executing specialized subagents concurrently to assess the codebase, synthesizing the findings into structured, prioritized reports for rapid incident resolution.