Install
Ship Kit packages the ship → babysit pipeline as one Claude Code plugin. /ship orchestrates the full path from a finished change to an approved, green, mergeable PR, gating each stage and failing loud instead of committing broken work; /babysit runs the review loop — verifying every finding against the code, fixing the real ones, and pushing back with evidence on the rest — until the PR is freshly approved, CI is green, and it is mergeable (it never merges; a human does). /smart-commit clusters changes into clean conventional commits and /reflect distills session lessons into the knowledge base. Add the marketplace, then /plugin install ship-kit; default stops at approved + green + mergeable and never merges unless asked.
Bundles 4 listings
Installing this skill pulls in everything below — already-installed items are skipped.
Take a finished change from working tree to a green, mergeable PR — one command chaining simplify, verify, code-review, smart-commit, branch hygiene, PR, and babysit-to-green.
Cluster uncommitted changes into logical groups and commit each with a clean conventional commit message — plus a Keep-a-Changelog update pass.