What problem does it solve? Turning a messy working tree into clean commits, versioned releases, and green CI runs is repetitive and error-prone. This Skill standardizes the entire ship workflow—commit splitting, version bumping, changelog writing, tagging, and CI monitoring—while learning each repository's own conventions instead of imposing hardcoded rules. ## Core Features & Use Cases - Atomic Commit Splitting: Groups working-tree changes into fine-grained, single-intent commits that can be independently reverted or bisected, matching the repo's existing commit style (emoji prefixes, conventional commits, scope conventions). - Release Management: Bumps semver versions, updates CHANGELOG entries (including bilingual changelogs), creates release commits and tags in the correct order, and pushes them. - Secret Scanning & CI Watch: Scans diffs for leaked keys, tokens, and internal addresses before committing, then watches CI runs to green and reports release artifact links. - Use Case: You finished a feature plus a small fix and docs update. Say "ship it" and the Skill splits the work into separate feat/fix/test/docs commits, bumps the version, updates the changelog, tags the release, and confirms CI passes. ## Quick Start Tell the agent to ship the current working tree changes and update the version and changelog.