Agent skill
production-deployment-phase
Standard Operating Procedure for /ship-prod phase. Automated staging→production promotion.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/production-deployment-phase
SKILL.md
Production Deployment Phase: Standard Operating Procedure
Training Guide: Promote staging to production with versioning and release.
Phase Overview
Purpose: Production deployment with version bump and release Inputs: Validated staging deployment Outputs: Production deployment, release version, production ship report Expected duration: 15-30 minutes
Execution Steps
- Verify staging validation complete
- Bump version (semantic versioning)
- Deploy to production
- Run health checks
- Create git release tag
- Generate production ship report
- Monitor post-deploy
Common Mistakes
- Production deploy failures
- Rollback needed
- Monitoring alerts missed
Completion Criteria
- Deployed to production
- Version bumped and tagged
- Health checks pass
- Monitoring configured
This SOP guides production deployment.
Didn't find tool you were looking for?