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).

2. Stage and commit

Installs
1
Repository
lgbarn/skills
GitHub Stars
1
First Seen
Jun 30, 2026
ship — lgbarn/skills