ship/
Comprehensive pre-deployment verification to ensure release readiness
When to use this
- Before any production deploy to verify tests pass, linting is clean, and no obvious issues remain
- When handing off a branch for review and want evidence it is deploy-ready
- In a team setting where pre-deploy checklists are informal and often skipped
How to use
-
Open the template on GitHub and copy its content:
skills/ship/SKILL.md -
Place the file inside
.claude/skills/in your project (or globally in~/.claude/to share across all projects). - Edit the Markdown content to match your project conventions, team constraints, and specific context.