Skip to main content
Code Guide
Skill Recommended

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

  1. Open the template on GitHub and copy its content: skills/ship/SKILL.md
  2. Place the file inside .claude/skills/ in your project (or globally in ~/.claude/ to share across all projects).
  3. Edit the Markdown content to match your project conventions, team constraints, and specific context.

Related templates