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 concrete, copy-ready patterns for each of these steps so teams avoid common production mistakes. ## Core Features & Use Cases - Deployment Strategies: Guidance and diagrams for rolling, blue-green, and canary deployments, including trade-offs and when to use each. - Docker & CI/CD Templates: Multi-stage Dockerfiles for Node.js, Go, and Python/Django, plus a GitHub Actions pipeline covering test, build, and deploy stages. - Production Readiness: Health check endpoints, Kubernetes liveness/readiness/startup probes, environment validation with zod, rollback procedures, and a full pre-release checklist. - Use Case: When preparing a Node.js service for its first production release, use this Skill to generate a multi-stage Dockerfile, a GitHub Actions workflow, health check endpoints, and a rollback plan in one pass. ## Quick Start Ask the assistant to set up a production deployment pipeline with Docker, health checks, and a rollback plan for your web application.