# 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 Codex-side skill discovery.

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

---

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

## Codex Execution Notes
- This adapter is a thin shim only.
- Keep the canonical workflow in `.opencode`; do not duplicate protocol text here.
- Treat the runtime's parallel-execution capability as the path for one structured exact-six batch; a different dispatch path is not equivalent.
- Treat controller absence as Profile B, not an error: use fresh-context subagents, preserve read-only workflow-lane handling and exact-head provenance, keep `output_ref` recovery intact, preserve the PR publication contract, and never report BLOCKED merely because the controller is absent or the only alternative would be a degraded review.
- 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.

