What problem does it solve? Kubernetes misconfigurations like missing resource limits, broken probes, and unpinned image tags cause OOMKills, CrashLoopBackOffs, and downtime that only surface in production. This Skill catches those issues during manifest and Helm chart review, before kubectl apply. ## Core Features & Use Cases - Severity-Ordered Checklist: Reviews blockers first (resources, probes, secrets, image tags, securityContext), then availability concerns (replicas, PodDisruptionBudgets, HPA, rolling updates), then config and networking (Ingress TLS, NetworkPolicy, RBAC). - Symptom-to-Cause Cheatsheet: Maps common failures like CrashLoopBackOff, OOMKilled, Pending pods, and ImagePullBackOff to their most likely root causes and first diagnostic commands. - Runnable Verification Commands: Provides kubectl dry-run, diff, QoS inspection, and rollout status commands, plus optional kube-score and kubeconform validation. - Use Case: Before merging a new Helm chart, run this review to get a verdict report with every finding paired to a corrected YAML snippet, so reviewers can approve or request changes with concrete fixes. ## Quick Start Review the Kubernetes manifests in ./manifests for production readiness and give me a severity-ordered report with fixed YAML for each finding.