What problem does it solve? Setting up deployment infrastructure manually is error-prone and slow. This Skill generates production-grade CI/CD pipelines, container configurations, Kubernetes manifests, and infrastructure-as-code templates so teams can automate builds, deployments, and incident response without deep DevOps expertise. ## Core Features & Use Cases - CI/CD Pipeline Generation: Produces GitHub Actions, GitLab CI, and Jenkins workflows with testing, image building, security scanning, and staged deployments. - Container & Orchestration Configs: Writes multi-stage Dockerfiles, Docker Compose setups, and Kubernetes Deployments, Services, Ingress, and HPA manifests with health probes and resource limits. - Infrastructure as Code & Incident Response: Generates Terraform modules for AWS/GCP, GitOps configurations with ArgoCD, deployment strategies (blue-green, canary, rolling), and incident runbooks with rollback procedures. - Use Case: You need to containerize a Node.js API and deploy it to Kubernetes with automated testing. The Skill outputs a multi-stage Dockerfile, a GitHub Actions pipeline with Trivy scanning, and K8s manifests with liveness probes and a documented rollback procedure. ## Quick Start Ask the assistant to create a GitHub Actions CI/CD pipeline and Dockerfile for your application, specifying your language, framework, and target environment.