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, pros/cons, and completeness scores before irreversible actions. - Context and Checkpoint Integration: Recovers recent project artifacts, supports continuous WIP checkpoint commits, and squashes them into clean commits at ship time. - Use Case: A developer finishes a feature branch and says "ship it" — the Skill runs the full release checklist, confirms key decisions, and ends with an open pull request. ## Quick Start Ask the assistant to ship the current branch and create a pull request using the gstack-ship skill.