What problem does it solve?
This Skill helps prevent broken releases and fragile deployments by providing practical DevOps patterns for CI/CD pipelines, containerization, Kubernetes, secrets, and observability.
Core Features & Use Cases
- CI/CD pipelines (GitHub Actions): Generate build/test/deploy workflows with reproducibility and job separation.
- Docker containerization: Produce lean, secure multi-stage Dockerfiles with non-root runtime guidance.
- Kubernetes deployment readiness: Add resource limits and health probes while supporting safe rolling deployments.
- Secrets management: Enforce safe secret handling using platform-provided secret stores and rotation/audit practices.
- Monitoring and alerting: Set up structured logging and health/latency/error-rate checks to reduce production risk.
Quick Start
Draft a GitHub Actions workflow plus a multi-stage Dockerfile for a Node.js service, including secrets handling and a Kubernetes deployment checklist for health checks and resource limits.