What problem does it solve? Shipping web applications to production involves many failure-prone decisions: choosing a deployment strategy, writing efficient Dockerfiles, wiring CI/CD pipelines, and verifying readiness. This Skill provides proven patterns and checklists so deployments are consistent, safe, and reversible. ## Core Features & Use Cases - Deployment Strategies: Guidance and trade-offs for rolling, blue-green, and canary deployments so you can pick the right rollout model. - Docker & CI/CD Templates: Multi-stage Dockerfiles for Node.js, Go, and Python, plus a GitHub Actions pipeline covering test, build, and deploy stages. - Production Readiness: Health check endpoints, Kubernetes probes, environment validation with zod, rollback procedures, and a full pre-release checklist. - Use Case: Before launching a new service, use this Skill to generate a multi-stage Dockerfile, add a /health endpoint with Kubernetes liveness and readiness probes, and walk the production readiness checklist. ## Quick Start Ask the assistant to set up a production deployment pipeline with a multi-stage Dockerfile, health checks, and a rollback plan for your application.