When you need to architect CI/CD pipelines that don't break production, this skill walks you through the actual configuration files and gate patterns that work. It covers the decision matrix between rolling, blue-green, and canary strategies, generates specific YAML for approval workflows in GitHub Actions or GitLab, and shows you how to set up automated rollback triggers based on error rate thresholds. The Argo Rollouts examples and metric-based promotion gates are solid reference material when you're moving beyond basic deploy-and-pray pipelines to something that actually monitors success rates and fails safely.
npx skills add https://github.com/wshobson/agents --skill deployment-pipeline-design