swarm-pr-review

Review pull requests with multi-lane validation and critic challenge.

437|45|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/ZaxbyHub/opencode-swarm --skill swarm-pr-review-zaxbyhub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm-pr-review
Source: https://github.com/ZaxbyHub/opencode-swarm/tree/main/.opencode/skills/swarm-pr-review
Command: npx skills add https://github.com/ZaxbyHub/opencode-swarm --skill swarm-pr-review-zaxbyhub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standard pull request reviews often miss critical bugs, produce excessive false positives, or fail to validate findings before surfacing them to developers, leading to low-quality code shipping to production and wasted reviewer time.

Core Features & Use Cases

  • Multi-lane parallel exploration: Scans PR diffs across six dedicated dimensions (correctness, security, dependencies, docs, tests, performance) to maximize finding recall.
  • Rigorous validation pipeline: All candidate findings are independently validated by reviewer agents and challenged by critics to eliminate unvetted noise before reporting.
  • Use Case: Perfect for engineering teams reviewing high-stakes PRs such as security patches, core logic changes, or compliance updates where missing a bug or flooding reviewers with false positives is unacceptable.

Quick Start

Use the swarm-pr-review skill to run a full high-confidence review of the open pull request linked in your current OpenCode session.

Frequently Asked Questions about swarm-pr-review

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

FAQPage Schema
How do I automate pull request review to reduce false positives and missed bugs?

Automated pull request review reduces false positives and missed bugs by applying multi-lane parallel exploration across six dimensions, then independently validating candidate findings through reviewer agents and critic challenges before surfacing results.

What is the best way to review security-sensitive GitHub PRs before merging?

The best way to review security-sensitive GitHub PRs is using a swarm workflow that scans diffs across dedicated dimensions like security and correctness, rigorously validating findings to ensure only high-confidence, low-noise issues are reported.

How does parallel multi-lane code validation work for high-stakes pull requests?

Parallel multi-lane code validation works by scanning pull request diffs simultaneously across six dedicated dimensions—correctness, security, dependencies, docs, tests, and performance—maximizing finding recall before independent validation eliminates unvetted noise.

Can I use review automation for compliance-related code changes requiring rigorous validation?

Yes, review automation suits compliance-related code changes by applying a rigorous validation pipeline where all candidate findings are independently validated by reviewer agents and challenged by critics, ensuring only vetted, high-quality findings reach developers.

When do I need a swarm workflow for code validation instead of standard PR review?

You need a swarm workflow for code validation when unvetted findings or missed bugs pose production risk, such as reviewing core logic changes or security patches where standard PR reviews fail to validate findings before surfacing them.

Does swarm-pr-review work with OpenCode sessions to review open pull requests?

Yes, swarm-pr-review works with OpenCode sessions to run a full high-confidence review of the open pull request linked in your current session, applying parallel exploration and metrics writeback to surface only validated findings.