ship
Installation
SKILL.md
Ship
/ship closes completed code work through a pull request. Knowledge-note
lifecycle and external publication remain host concerns.
Git delivery
Test, commit, create PR. One command from "code done" to "PR open".
Step 0: Read Config
Read verbs config from CLAUDE.md or AGENTS.md (whichever the project uses) for: test command, tag format, release preference.
Step 1: Pre-flight
- Run
git pullto sync with remote (avoid conflicts from auto-backup). - Run the project's test/build command. If it fails, stop and report.
- Run
git diff --statto see uncommitted changes. - Run
git log origin/{main}..HEAD --onelinefor commit history. - Check current branch:
git branch --show-current.