ship
Installation
SKILL.md
Ship Skill
Automates the full cycle: update documentation -> stage -> commit -> push.
Workflow
Step 1: Review changes
Run all three commands to get the full picture:
git status --short
git diff --cached --name-status
git log @{upstream}..HEAD --oneline 2>/dev/null