review-swarm

Orchestrates parallel read-only analysis of git diffs to identify regressions, vulnerabilities, and reliability issues.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/PicoMLX/SwiftSQLite --skill review-swarm-picomlx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-swarm
Source: https://github.com/PicoMLX/SwiftSQLite/tree/main/.agents/skills/review-swarm
Command: npx skills add https://github.com/PicoMLX/SwiftSQLite --skill review-swarm-picomlx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the cognitive load and blind spots inherent in manual code reviews by orchestrating a parallel, multi-perspective analysis of code changes to identify regressions, security risks, and architectural gaps.

Core Features & Use Cases

  • Parallel Multi-Agent Review: Simultaneously evaluates code from four distinct perspectives: intent/regression, security/privacy, performance/reliability, and contracts/coverage.
  • High-Signal Synthesis: Aggregates findings from sub-agents to filter out noise, providing a prioritized, actionable summary for the developer.
  • Use Case: Use this during a pull request or before committing a complex feature to ensure that security vulnerabilities and performance bottlenecks are caught before they reach production.

Quick Start

Use the review-swarm skill to analyze the current git diff and provide a prioritized summary of potential issues.

Frequently Asked Questions about review-swarm

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

FAQPage Schema
How do I run a multi-agent code review on my git diff?

To run a multi-agent code review on your git diff, use this skill to analyze your current changes and receive a prioritized summary of behavioral regressions and security vulnerabilities. It operates read-only across diverse codebases.

What is parallel multi-agent code review and how does it work?

Parallel multi-agent code review evaluates git diffs simultaneously from four perspectives: intent/regression, security/privacy, performance/reliability, and contracts/coverage. It synthesizes feedback from specialized sub-agents into a high-signal, actionable report.

Do I need local project documentation to perform an automated git code review?

Yes, automated git code review requires access to local project documentation and git history to maintain context. This ensures the analysis aligns with existing architectural constraints and accurately identifies potential regressions.

What's the best way to catch security vulnerabilities and performance bottlenecks before a pull request?

The best way to catch security vulnerabilities and performance bottlenecks before a pull request is orchestrating a parallel multi-perspective analysis of your code changes. This approach filters out noise and provides a prioritized summary of risks.

Can I use automated code review tools to detect behavioral regressions in diverse codebases?

Yes, you can use automated code review tools to detect behavioral regressions in diverse codebases. The multi-agent approach synthesizes parallel feedback from specialized sub-agents, ensuring high-signal detection across varied project architectures.

When should I not use multi-agent code review for my git changes?

You should not use multi-agent code review if your project lacks git history or local documentation, as the analysis requires these to maintain context. Additionally, it operates strictly read-only, so it cannot automatically fix the identified issues.