What problem does it solve? Shipping code normally involves repeated manual checkpoints — asking to commit, open a PR, wait on CI, address review comments, merge, and deploy. This Skill removes that friction by running the entire pipeline autonomously, pausing only for genuinely risky D-class changes like breaking changes, external sends, or irreversible deletes. ## Core Features & Use Cases - Parallel multi-agent code review: Dispatches Claude, Codex, and adversarial reviewers simultaneously, merging BLOCKING and ADVISORY findings before proceeding. - Channel-driven CI and Copilot monitoring: Reacts to GitHub events instead of polling, with fix-forward retries (up to 3 attempts) before escalating. - Automatic merge and deploy: Squash-merges the PR and triggers the project's deploy command without asking for confirmation. - Use Case: After implementing a feature on a branch in a personal repo, invoke this Skill to get the change reviewed, tested, merged, and deployed while you focus on other work. ## Quick Start Ship the current branch end to end — review it, open a PR, wait for CI and Copilot review, then merge and deploy without stopping to ask me.