deploy-ops
Installation
SKILL.md
Deploy Ops
Guides production deployments using a structured pre-deploy checklist, step-by-step execution, health checks, and a documented rollback procedure.
Purpose
Ensure every production deployment is safe, documented, and reversible by enforcing a pre-deploy checklist, executing deployment steps with monitoring, running health checks, and recording outcomes.
Trigger
Apply when user requests:
- "deploy to production", "production release", "go live", "rollback"
- "deployment checklist", "正式環境部署", "上線流程", "回滾", "部署清單"
Do NOT trigger for:
- Setting up a CI/CD pipeline — use
ci-cd-pipeline - Deploying to a local or development environment — handle inline