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

Also identify the current branch and remote tracking status:

git branch --show-current
Related skills
Installs
1
GitHub Stars
23
First Seen
Mar 30, 2026