Kubernetes Config Error Detective is a skill for diagnosing Kubernetes deployment failures caused by YAML and configuration errors. It targets DevOps engineers, SREs, platform teams, cloud engineers, and AI coding agents who need to understand why a deployment is broken without making live cluster changes.
The skill audits a wide range of configuration inputs: raw manifests, Helm values files, rendered Helm charts, Kustomize overlays, GitOps sync error output, deployment events, and sanitized logs. It also inspects Services, Ingresses, liveness and readiness probes, resource requests and limits, image references, ConfigMap and Secret references, RBAC policies, storage configuration, scheduling constraints, and networking settings.
From that input it identifies likely root causes for common failure modes including CrashLoopBackOff, ImagePullBackOff, Pending Pods, missing Service endpoints, 503 errors, readiness failures, missing configuration references, wrong label selectors, wrong port mappings, misconfigured probes, resource constraint violations, and Helm values mismatches.
Output takes the form of evidence-based diagnosis reports, safe YAML patch suggestions, validation checklists, rollback notes, production readiness reviews, and PR review comments. Because the skill produces analysis and suggested patches rather than executing changes, it can be used safely in any environment without cluster credentials or direct API access.