What problem does it solve?
This Skill helps you catch broken Helm charts early by validating structure, rendering output, and checking Kubernetes safety requirements before you deploy.
Core Features & Use Cases
- Helm chart validation & troubleshooting: Checks Chart.yaml/values/templates and runs helm lint to surface template and metadata errors.
- Render-time and YAML correctness checks: Renders templates to generated manifests, then runs YAML linting (with fallback) to detect syntax issues.
- CRD + schema + security auditing: Detects CRDs, validates schemas when possible, performs cluster dry-run checks when available, and enforces securityContext/resources/probe rules for Pod/Deployment templates while producing a severity-based report with proposed remediations (read-only by default).
Quick Start
Ask it to validate the Helm chart located in your local chart directory by saying: validate my Helm chart in /path/to/chart and produce a severity-based report with proposed read-only fixes.