What problem does it solve? Shipping finished work involves a repetitive multi-step Git workflow — creating a categorized branch, writing a commit, pushing, and opening a PR — that is easy to do inconsistently or forget entirely. ## Core Features & Use Cases - Full shipping pipeline: Runs branch creation, commit, push, and PR creation as one orchestrated sequence with shared pre-scan context. - Change pre-scan: Scans uncommitted changes and ahead-of-upstream commits once, derives a change summary and branch category, and forwards them to subskills to avoid duplicate work. - Smart gating: Skips branch creation when already on a ticket-related branch, skips commits when nothing is uncommitted, and stops cleanly when there is nothing to ship. - Use Case: After finishing a bug fix, say "ship this" and the Skill creates a categorized branch, commits with a summary-based message, pushes, and opens a PR linked to your ticket. ## Quick Start Ship my current changes by creating a branch, committing, pushing, and opening a pull request.