What problem does it solve? Getting a finished change from your working tree to an approved, CI-green, mergeable pull request involves many manual steps — cleanup, verification, review, committing, branch naming, PR creation, and chasing review feedback. This Skill automates that entire sequence as one gated pipeline so nothing is skipped or silently broken. ## Core Features & Use Cases - Staged pipeline orchestration: Chains simplify → verify → code-review → smart-commit → branch hygiene → PR → babysit → reflect, with each stage delegated to a dedicated bundled skill and a resumable state file. - Safety gates and flags: A single human checkpoint before pushing, plus --fast, --merge, --no-verify, and --yolo flags to control depth and hands-off behavior; failed stages halt loudly instead of being skipped silently. - End-to-end PR lifecycle: Drives the PR to fresh APPROVED + CI green + mergeable via the babysit stage, and optionally squash-merges and monitors the triggered deployment with --merge. - Use Case: You finished a bug fix on a feature branch. Invoke the ship pipeline to clean up the diff, run tests, apply review fixes, commit with conventional messages, open the PR, and let it babysit the PR until it is green and mergeable. ## Quick Start Ask the agent to ship the current change, for example: "Ship this change" or "Ship it with --merge to squash-merge and monitor the deployment once it goes green."