What problem does it solve? DevOps work spans many tools—CI/CD pipelines, Docker, Kubernetes, Terraform, monitoring stacks—and troubleshooting failures across them is time-consuming. This Skill provides structured diagnosis patterns, error-to-solution mappings, and production-ready configuration examples for the full infrastructure lifecycle. ## Core Features & Use Cases - Pipeline & Container Troubleshooting: Maps common errors (ImagePullBackOff, OOMKilled, pipeline timeouts, state lock failures) to immediate, improved, and complete fixes. - Infrastructure as Code Guidance: Provides Terraform module patterns, state management, and validation workflows following current best practices. - Deployment Strategies: Includes blue-green, canary, and rolling update configurations with decision trees for choosing the right approach. - Use Case: A Kubernetes pod keeps crash-looping in production. Invoke this Skill to get diagnostic commands, identify the root cause from the error pattern, and apply a properly configured deployment with resource limits and health probes. ## Quick Start Use the devops-expert skill to diagnose why my GitHub Actions build keeps failing and fix the pipeline configuration.