git clone --depth 1 https://github.com/ZaxbyHub/opencode-swarm /tmp/swarm-ci-monitor && cp -r /tmp/swarm-ci-monitor/.claude/skills/swarm-ci-monitor ~/.claude/skills/swarm-ci-monitorSKILL.md
# Swarm CI Monitor Read and follow `../../../.opencode/skills/swarm-ci-monitor/SKILL.md` as the canonical workflow. ## Claude Code Execution Notes - `gh` CLI is available natively; use it directly for every step (checks, merge, git operations) — the canonical's MCP tool-mapping table is for the Codex adapter, not this environment. - This is the first skill in the repo authorized to execute `gh pr merge`. Do not soften or skip the pre-flight gates (Step 1), the pre-merge staleness re-check (Step 3), or the post-merge local-git confirmation (Step 4b) — they are the load-bearing safety mechanism, not optional ceremony. - Load `../commit-pr/SKILL.md` before any commit/push inside the fix loop, and `../../../.opencode/skills/ci-fix-monitor/SKILL.md` for failure-type-specific fix recipes, as the canonical's Composition section directs. - Do not declare victory on green checks alone — Step 4b's local-git confirmation, via a different system than the GitHub API, is the independent gate.
>
Run a rigorous, quote-grounded codebase review or security/QA/accessibility/performance/AI-slop/enhancement audit. Use for full-repo or large-subsystem review reports; not for normal implementation. Performs Phase 0 inventory, selected exhaustive tracks with non-diluting depth, coverage closure, reviewer/critic validation, and writes .swarm/review-v8 artifacts without modifying source files.
>
>
Codex adapter for opencode-swarm destructive-command guardrail changes. Use before modifying src/hooks/guardrails.ts, checkDestructiveCommand, dcNormalizeCommand, shell-wrapper parsing, .swarm destructive-command blocking, or guardrails unit/adversarial tests.
>
Codex adapter for migrating opencode-swarm tests away from Bun mock.module leakage toward _internals dependency-injection seams. Use when touching tests with mock.module, adding test seams, fixing Bun mock isolation failures, or updating source modules for injectable internals.
Codex adapter for addressing pull request review feedback in opencode-swarm. Use when the user asks to fix PR review comments, requested changes, reviewer findings, CI-review notes, or a pasted review summary with low false-positive tolerance.