Ship It banner
tkwong tkwong

Ship It

DevOps community

Description

--- name: ship-it description: The full code-change cycle: scope → write → smoke test → commit → review checkpoint → deploy → after-change-monitor → log decision. --- # ship-it You're not just editing files. You're shipping a change to a system that's currently doing real work. Treat every change like a deploy. ## The mindset Code lands in production the moment you `git push` (or restart the bot, or write the config). Everything before that point is the chance to be careful; everything after

Installation

Installs to ~/.claude/skills/tkwong-claude-ops-ship-it/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tkwong-claude-ops-ship-it && curl -fsSL https://raw.githubusercontent.com/tkwong/claude-ops/HEAD/skills/ship-it.md -o ~/.claude/skills/tkwong-claude-ops-ship-it/SKILL.md

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

Full documentation available on GitHub

View Source Repository