What problem does it solve? Infrastructure work done without patterns leads to snowflake configs: Dockerfiles that rebuild everything on each change, CI pipelines with no caching, servers without monitoring, expiring SSL certificates, and hand-provisioned infrastructure that cannot be reproduced. This Skill audits existing DevOps configurations against best practices and emits corrected, production-grade configs. ## Core Features & Use Cases - Container & Pipeline Audits: Detects and rewrites Dockerfiles (multi-stage builds, non-root users, layer caching) and CI/CD pipelines (GitHub Actions, GitLab CI) with caching, parallelization, and deployment gates. - Production Operations: Generates monitoring setups (Prometheus, Grafana, SLO alerting), server hardening (Nginx, SSH, firewall), SSL automation, and Kubernetes manifests with probes, HPA, and NetworkPolicies. - Serverless & IaC: Audits edge/serverless deployments (Cloudflare Workers, Vercel, Lambda) for anti-patterns like floating promises and unbounded buffering, and structures Terraform/Pulumi projects with remote state, locking, and plan/apply CI pipelines. - Use Case: Point it at a repository containing a Dockerfile and GitHub Actions workflow; it detects the configs, flags issues like missing cache keys or root-user containers with severity ratings, and emits fixed versions with validation commands. ## Quick Start Ask the agent to audit the Dockerfile and CI pipeline in this repository and emit optimized production-ready configurations.