# Swarm Pr Review

> Thin adapter for the canonical swarm-pr-review skill. The authoritative workflow lives in .opencode and this file only preserves the mirror contract for Claude-side skill discovery.

- Skill: `zaxbyhub/swarm-pr-review-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add zaxbyhub/swarm-pr-review-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zaxbyhub/swarm-pr-review-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: zaxbyhub (https://skillmd.com/u/zaxbyhub)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zaxbyhub/swarm-pr-review-2

---

# Swarm PR Review
Read and follow `../../../.opencode/skills/swarm-pr-review/SKILL.md` as the canonical workflow.

## Claude Code Execution Notes
- This adapter is a thin shim only.
- Keep the canonical workflow in `.opencode`; do not duplicate protocol text here.
- Only if this session actually exposes the swarm controller tools, use `dispatch_lanes_async`, `collect_lane_results`, and `retrieve_lane_output`; direct-Task dispatch are not equivalent to that controller path.
- If the controller is absent, treat that as Profile B, not an error: use the native `Agent`/`Task` subagent tool flow, keep the PR publication contract intact, and never report BLOCKED merely because the controller is unavailable.
- For exact-head provenance, verify the commit with `git rev-parse --verify <full_pr_head_sha>^0` and `git cat-file -t <full_pr_head_sha>`.
- Preserve the canonical workflow reference above so drift checks can verify delegation.

