sets

Coordinate four parallel review agents to analyze PRs and consolidate findings.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/Zoppy-crm/.github --skill sets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sets
Source: https://github.com/Zoppy-crm/.github/tree/main/skills/backend/sets
Command: npx skills add https://github.com/Zoppy-crm/.github --skill sets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates multi-agent code reviews for PRs by coordinating four specialized review agents to run in parallel, reducing cycle time and improving coverage.

Core Features & Use Cases

  • Parallel agent orchestration: starts four review agents in one go for simultaneous analysis across quality, performance, tests, and security.
  • Unified reporting: consolidates findings into a single, prioritized report.
  • Pre-merge and gatekeeping: suitable for thorough PR reviews, pre-merge audits, and code quality gates.

Quick Start

Provide a full multi-agent PR review by triggering the four parallel agents in a single orchestrated request.

Frequently Asked Questions about sets

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

FAQPage Schema
How do I run a parallel multi-agent code review on pull requests?

Run a parallel multi-agent code review by orchestrating four specialized review agents in a single pass. Each agent receives the PR diffs and metadata simultaneously to analyze quality, performance, tests, and security.

What is multi-agent orchestration for pre-merge PR audits?

Multi-agent orchestration for pre-merge audits is the process of spawning multiple specialized review agents simultaneously. It applies to thorough PR reviews and automated quality gates across large codebases to improve coverage and reduce cycle time.

Can I use automated parallel agents for code quality gates in large codebases?

Yes, you can use automated parallel agents for code quality gates in large codebases. The orchestration approach spawns four agents in one pass to analyze PRs and consolidates findings into a unified, prioritized report for gatekeeping.

How do I consolidate multiple pull request review results into a unified report?

Consolidate multiple pull request review results by passing diffs and PR metadata to four parallel review agents. The orchestration process collects all findings and consolidates them into a single, prioritized unified report.

Does multi-agent PR review work without external dependencies?

Yes, multi-agent PR review works without external dependencies. The orchestration process spawns four specialized agents internally, passing diffs and metadata to each agent to consolidate results into a unified report.

What is the best way to automate thorough pull request reviews across large codebases?

The best way to automate thorough pull request reviews across large codebases is multi-agent orchestration. It coordinates four specialized review agents in parallel to simultaneously analyze quality, performance, tests, and security before merging.