using-devops-engineering
Installation
SKILL.md
Using DevOps Engineering Skills
Overview
This router directs you to specialized DevOps and platform-engineering reference sheets. Each sheet provides deep, production-grade expertise in one slice of the path from a commit to a healthy production system.
Core principle: "Ship it" is not one skill. Getting code to production safely spans pipeline design, deployment strategy, infrastructure, containers, orchestration, observability, incident response, release discipline, secrets, environments, supply-chain security, GitOps, and reliability — each with its own failure modes. Routing to the right specialist beats a competent-but-broad answer that misses the gate, the rollback trigger, or the blast-radius control that actually prevents the outage.
When to Use
Use this router when encountering:
- Delivery pipeline: CI/CD design, verification gates, slow feedback, a "deploy" job that is one step straight to prod
- Getting to production: deployment strategy, traffic shifting, canary/blue-green, "how do we undo this in under a minute"
- Infrastructure: provisioning, Terraform/OpenTofu/Pulumi, state, drift, declarative desired-state
- Containers & runtime: image hygiene, Dockerfiles, Kubernetes probes, autoscaling, resource limits, graceful shutdown
- Operating it: observability, SLI/SLO, alerting, incidents, on-call, postmortems, reliability/SRE
- Discipline & safety: release identity and rollback, secrets, environment parity, supply-chain security, GitOps