swarm-pr-review

Runs multi-lane parallel pull request review with independent validation and critic challenge.

Updated May 31, 2026
One-click install
npx skills add https://github.com/AlexanderNarbaev/agi --skill swarm-pr-review-alexandernarbaev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm-pr-review
Source: https://github.com/AlexanderNarbaev/agi/tree/main/.opencode/skills/swarm-pr-review
Command: npx skills add https://github.com/AlexanderNarbaev/agi --skill swarm-pr-review-alexandernarbaev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Deep pull request review often produces either shallow rubber-stamp approvals or floods of unvalidated findings. This Skill orchestrates a structured, graph-guided review pipeline that maximizes valid findings while filtering out false positives through independent reviewer validation and critic challenge. ## Core Features & Use Cases - Parallel Explorer Lanes: Six fixed check-type lanes (correctness, security, dependencies, docs, tests, performance) scan the full diff for candidate findings with high recall. - Independent Validation Pipeline: Candidates are parsed, chunked, and routed to reviewer subagents and critics so the orchestrator never self-confirms findings, enforcing an anti-self-review rule. - Deterministic Signal Ingestion: Existing PR comments, bot reviews, CI failures, coverage deltas, and mergeability state are ingested as obligations and candidates before exploration begins. - Use Case: When reviewing a large security-sensitive PR, run this Skill to build a context pack, dispatch parallel explorers, validate every candidate with file:line evidence, and produce a grouped report with a feedback handoff artifact. ## Quick Start Ask the AI to run a swarm PR review on a specific pull request URL or the current branch diff and wait for the validated findings report.

Frequently Asked Questions about swarm-pr-review

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

FAQPage Schema
How do I run a deep multi-agent pull request review?

Invoke the swarm-pr-review workflow with a PR URL, branch, or commit range. It builds a context pack, dispatches six parallel explorer lanes, validates candidates through independent reviewers, and returns a grouped findings report.

What review dimensions does parallel PR review cover?

The workflow uses six fixed check-type lanes: correctness and edge cases, security and trust boundaries, dependencies and deployment safety, docs and intent drift, tests and falsifiability, and performance and architecture.

Does this review workflow handle existing PR comments and bot findings?

Yes. Phase 0A ingests review comments, inline code comments, bot reviews, CI failures, and mergeability state as candidates or obligations. Ingested items still require independent reviewer validation before being reported.

When should I use council mode instead of the default workflow?

Council mode applies only when the user explicitly requests it with triggers like 'council' or 'independent review'. It lets the main thread act as the independent reviewer, while the default workflow forbids orchestrator self-validation.

What happens when an explorer lane fails or returns empty output?

The coverage gate requires up to two retries with different parameters, then a verified equivalent alternative dispatch. If no equivalent succeeds, the review is reported as INCOMPLETE with partial findings rather than silently dropping coverage.