ship
Installation
SKILL.md
Ship — Commit, Push, Verify CI
Full workflow to get local changes safely landed on remote with passing CI.
Workflow
1. Assess changes
git status
git diff --stat
git diff # staged + unstaged
git log --oneline -5 # recent commits for message style
Review what's changed. Group changes logically — if there are unrelated changes, consider splitting into multiple commits (ask the user if unclear).