What problem does it solve? Building and operating release pipelines involves many moving parts—pipeline stages, security scanning, environment promotion, and rollback planning—and mistakes can cause downtime or compliance failures. This Skill guides an AI agent through designing and automating deployment workflows with quality gates and observability built in. ## Core Features & Use Cases - CI/CD Pipeline Design: Structures pipelines for GitHub Actions, GitLab CI/CD, Azure DevOps, and Jenkins with quality gates, approvals, and security scanning. - GitOps & Progressive Delivery: Implements ArgoCD/Flux workflows, canary and blue/green deployments, and automated rollback triggers. - Container & Kubernetes Deployment: Covers Docker image hardening, Helm/Kustomize configuration, and zero-downtime Kubernetes rollout patterns. - Use Case: Ask the agent to design a complete CI/CD pipeline for a microservices application with vulnerability scanning, staging promotion, and automated rollback on failed health checks. ## Quick Start Ask the agent to design a CI/CD pipeline with security scanning and canary deployments for your application.