ship
Installation
SKILL.md
Ship — Release Automation
Get code from "ready to build" to "merged and deployed" safely.
Step 0: Create Branch
Before any work begins, create a branch from main:
git checkout main && git pull origin main
git checkout -b <prefix>/<short-description>