swarm-pr-review

Runs graph-guided parallel PR review with validated findings and critic challenge.

Updated Sep 14, 2026
One-click install
npx skills add https://github.com/pandejesal/drone-nav-sar --skill swarm-pr-review-pandejesal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm-pr-review
Source: https://github.com/pandejesal/drone-nav-sar/tree/main/.swarm/bundled-skills/swarm-pr-review
Command: npx skills add https://github.com/pandejesal/drone-nav-sar --skill swarm-pr-review-pandejesal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Pull request reviews often miss real bugs or drown reviewers in unvalidated noise. This Skill runs a structured, multi-phase review pipeline that maximizes valid findings while enforcing independent validation, so no finding is reported without file:line evidence and reviewer confirmation. ## Core Features & Use Cases - Parallel explorer lanes with risk-family coverage: Dispatches base and micro explorer lanes across six dimensions and eleven repository-agnostic risk families, scaled to diff size and risk tier. - Independent reviewer and critic validation: Explorer candidates are validated by separate reviewer subagents and challenged by adversarial critics, with the orchestrator forbidden from judging candidates itself. - Cross-harness runtime profiles: Runs on structured lane controllers (Profile A), native parallel subagents (Profile B), or single-context sequential passes (Profile C), with ledger persistence and completion gates. - Use Case: A maintainer receives a large PR touching auth and concurrency code. The Skill checks out the exact PR head, ingests existing review comments and CI signals, dispatches parallel explorers, validates candidates through reviewers and critics, and produces a grouped report with a handoff artifact for follow-up fixes. ## Quick Start Ask the agent to run a deep swarm PR review on a specific pull request URL 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 pull request review with parallel agents?

Invoke the review with a PR URL or branch scope. The skill checks out the exact PR head, dispatches parallel explorer lanes across risk families, then routes candidates through independent reviewer and critic subagents before producing a grouped findings report.

What risk areas does automated PR review coverage include?

Coverage spans six base dimensions plus eleven repository-agnostic risk families including auth and secrets, untrusted input boundaries, subprocess handling, concurrency, dependencies, API schema migrations, test infrastructure, and privacy observability.

Can this PR review workflow run without a structured controller?

Yes. Profile B runs on harnesses with native parallel subagents like Claude Code or Codex, and Profile C runs sequential passes in a single context. Only Profile A gets mechanically enforced completion gating; B and C rely on procedural checklists.

Does the review handle existing PR comments and CI failures?

Yes. Phase 0A ingests review comments, bot findings, CI failures, and mergeability state as candidates or obligations. Ingested findings still require independent reviewer validation and are never treated as pre-confirmed.

What happens after the PR review finds confirmed issues?

The review writes a handoff artifact listing validated findings and asks whether to continue into the companion feedback skill, which addresses the findings. The review itself stays read-only and never modifies code.