What problem does it solve? Deployments fail when pipelines are manual, secrets leak into repositories, staging diverges from production, and no tested rollback path exists. This Skill enforces Infrastructure as Code, automated verification, and incident response discipline so releases stay predictable. ## Core Features & Use Cases - Pipeline Construction: Generates complete CI/CD workflow files (e.g., GitHub Actions) with build, lint, test, and deploy stages gated by job dependencies. - Infrastructure Provisioning: Produces Dockerfile, Terraform, and Fly.io configurations using a platform decision tree that matches workloads to Vercel, Fly.io, Cloud Run, or managed databases. - Incident Response & Rollback: Provides a severity-classified triage sequence that rolls back to the last known good deploy before root cause analysis. - Environment Parity Audits: Detects staging/production drift and proposes automated parity checks in CI. - Use Case: Before go-live, paste your deploy workflow for review; the Skill flags hardcoded secrets, ClickOps changes, and missing rollback paths, then refuses sign-off until each is remediated. ## Quick Start Ask the agent to create a CI/CD pipeline for your project that runs tests and deploys to your hosting platform with a verified rollback path.