speedwave-code-review

Coordinate 13 parallel review agents and aggregate findings for pull requests.

21|8|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/speednet-software/speedwave --skill speedwave-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speedwave-code-review
Source: https://github.com/speednet-software/speedwave/tree/main/.claude/skills/speedwave-code-review
Command: npx skills add https://github.com/speednet-software/speedwave --skill speedwave-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to perform thorough PR reviews by delegating the work to multiple specialized review agents and consolidating results into a single, actionable summary.

Core Features & Use Cases

  • Parallel review agents: Launch 13 specialized agents and an aggregator to produce a concise summary.
  • Structured workflow: Determine scope, run parallel reviews, wait for completion, and generate an aggregated report.
  • Use Case: Before merging a PR, run a comprehensive quality sweep across code, docs, tests, and security.

Quick Start

Invoke the speedwave-code-review skill on a pull request to initiate the 13-agent review process.

Frequently Asked Questions about speedwave-code-review

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

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

To run a parallel code review on a pull request, invoke the skill to launch 13 specialized review agents that analyze changed files and diffs across multiple domains, finally compiling their findings into a concise, aggregated summary.

What is multi-agent code review and how does it handle diff analysis?

Multi-agent code review uses parallel LLM agents to analyze pull request diffs across architecture, tests, and security domains, aggregating their responses to deliver a comprehensive quality sweep before merging.

Can I use automated code review to check security and documentation in one pass?

Yes, automated code review can check security and documentation in one pass by deploying specialized agents that simultaneously analyze code structure and diffs across these domains before generating a consolidated report.

What is the best way to orchestrate sub-agents for comprehensive pull request reviews?

The best way to orchestrate sub-agents for pull request reviews is using a structured workflow that determines scope, runs parallel reviews across 13 agents, waits for completion, and gracefully handles failures while generating an aggregated report.

Does parallel code review handle agent failures gracefully during aggregation?

Yes, parallel code review handles agent failures gracefully during aggregation by coordinating the multi-agent workflow to wait for completion and still deliver a concise, aggregated summary of the specialized review findings.

When do I need to orchestrate multiple specialized agents for code structure analysis?

You need to orchestrate multiple specialized agents for code structure analysis when performing a comprehensive pre-merge quality sweep, ensuring exhaustive coverage across documentation, architecture, tests, and security domains simultaneously.