Implement Ship banner
jonathanowitz jonathanowitz

Implement Ship

Git community

Description

--- description: Stage, commit, push, and create PR (Ship phase of /implement) argument-hint: [called by /implement — no direct args needed] allowed-tools: [Read, Grep, Glob, Bash] user-invocable: false --- # Implement Ship (Ship Phase) Final phase: commit all work and create a pull request. ## Step 1: Final Test Suite Run ```bash npm test -- --run ``` Confirm all tests pass. If any fail, stop — do not ship broken tests. ## Step 2: Review the Diff Run `git diff --stat` and `git status`. V

Installation

Installs to ~/.claude/skills/jonathanowitz-claude-skills-implement-ship/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jonathanowitz-claude-skills-implement-ship && curl -fsSL https://raw.githubusercontent.com/jonathanowitz/claude-skills/HEAD/commands/implement-ship.md -o ~/.claude/skills/jonathanowitz-claude-skills-implement-ship/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository