What problem does it solve? Shipping code involves a repetitive chain of manual steps — branching, verifying tests and lint, committing, opening a PR, watching CI, responding to review comments, and merging — each of which can silently fail or be done unsafely. This Skill runs that entire pipeline autonomously with hard guardrails, so a red tree is never committed and a merge never lands on anything but green checks. ## Core Features & Use Cases - End-to-end ship pipeline: Chains pre-flight guards, branch creation, test/lint/browser verification, delegated commits, PR creation, and CI watching into one workflow. - Bounded CI autofix: Classifies failing checks (lint, typecheck, peer-deps, external blockers) and applies only allow-listed fixes, capped at 3 attempts per check before escalating. - Event-driven PR monitoring: Subscribes to PR webhook events (or polls as fallback), triages review comments by severity, and gates merging behind explicit user approval pinned to the verified commit. - Use Case: You finish a feature and ask the agent to ship it. It runs your tests, opens the PR, watches CI overnight, fixes a lint failure, replies to a review bot's comment, and asks you for approval before squash-merging. ## Quick Start Ask the agent to autonomously ship the current changes and watch the PR until it is ready to merge.