What problem does it solve? Manually shipping code is slow and error-prone, and ad-hoc GitHub Actions workflows often lack quality gates, safe deployment strategies, and tested rollback paths. This Skill produces production-grade pipeline designs covering testing, security scanning, artifact management, staged rollouts, and disaster recovery. ## Core Features & Use Cases - Multi-Stage Pipeline Design: Lint, unit tests, integration tests, security scans, and artifact builds with fail-fast ordering and coverage gates (≥80%). - Deployment Strategies: Concrete implementations of blue-green, canary, rolling, and feature-flag deployments for AWS ECS, Kubernetes, and Nginx. - Rollback & Monitoring: Automated rollback on error-rate spikes, manual rollback commands, smoke tests, and deployment metric thresholds. - Use Case: A team deploying a Node.js service to AWS ECS uses this Skill to generate a GitHub Actions workflow that runs tests and Trivy scans, builds a SHA-tagged Docker image to ECR, deploys to staging, then performs a canary rollout to production with automatic rollback if the error rate exceeds 5%. ## Quick Start Ask the AI to design a CI/CD pipeline for your application, specifying your tech stack, deployment targets, and testing requirements.