What problem does it solve? Shipping code involves a repetitive sequence of manual steps: checking the branch, running tests, reviewing the diff, committing, pushing, and opening a pull request. This Skill runs that entire sequence as one guided workflow so nothing gets skipped. ## Core Features & Use Cases - Platform and base branch detection: Identifies GitHub or GitLab remotes and resolves the correct base branch via gh, glab, or git fallbacks. - Pre-flight checks and test execution: Blocks shipping from the base branch, includes uncommitted changes, and auto-detects test suites for npm, pytest, Go, and Cargo projects. - Diff review, commit, push, and PR creation: Scans the diff for bugs, secrets, and stray files, commits with conventional commit messages, pushes, and opens a PR with a structured body. - Use Case: You finish a feature on a branch and say "ship it". The Skill runs your tests, reviews the diff, commits, pushes, and returns the PR URL. ## Quick Start Ask the agent to ship the current branch and create a pull request against the base branch.