Ship
Installation
SKILL.md
Ship — Full Delivery Pipeline
Stage, commit, push, PR, merge, and verify — end-to-end shipping in one command. Respects all CLAUDE.md rules (preflight, no squash, regular merges, branch protection).
Core Workflows
Workflow 1: Full Ship (Default)
- Detect context (project, branch, base)
- Run preflight checks (typecheck, build, lint, tests)
- Stage and commit changes
- Push to remote
- Create PR
- Merge (regular merge, no squash)
- Verify merge succeeded