What problem does it solve? Shipping code involves a repetitive, error-prone sequence: merging the base branch, running tests, reviewing the diff, bumping the version, updating the changelog, committing, pushing, and opening a PR. This Skill orchestrates that entire release workflow so nothing gets skipped. ## Core Features & Use Cases - End-to-end ship pipeline: Detects and merges the base branch, runs tests, reviews the diff, bumps VERSION, updates CHANGELOG, commits, pushes, and creates a PR in one guided flow. - Interactive decision gates: Uses structured AskUserQuestion decision briefs with recommendations, tradeoffs, and completeness scores before destructive or high-stakes steps. - Session and checkpoint management: Supports continuous WIP checkpoint commits that get squashed into clean commits at ship time, plus context recovery across sessions. - Use Case: You finish a feature branch and say "ship it" — the Skill merges main, runs the test suite, walks you through the diff review, bumps the version, and opens the pull request. ## Quick Start Tell the assistant to ship the current branch and create a pull request.