All skills
Skillintermediate
ship 1
Execute a complete feature shipping workflow from code to production deployment.
Claude Code Knowledge Pack7/10/2026
Overview
Execute a complete feature shipping workflow from code to production deployment.
Steps
- Verify the feature is ready to ship:
- Prepare the release:
- Run pre-deployment checks:
- Deploy to staging:
- Deploy to production:
- Post-deployment verification:
- Announce the release to stakeholders.
Format
Feature: <name>
Version: <version>
Deployment:
Staging: <status>
Rules
- Never ship without passing tests and code review.
- Always deploy to staging before production.
- Have a documented rollback plan before deploying.