helm-debugging
Installation
SKILL.md
Helm Debugging & Troubleshooting
Comprehensive guidance for diagnosing and fixing Helm deployment failures, template errors, and configuration issues.
When to Use This Skill
| Use this skill when... | Use instead when... |
|---|---|
| Diagnosing template render errors, value type errors, or YAML parse failures | Use helm-release-recovery when the release itself is stuck (pending-install/upgrade) and needs rollback |
| Inspecting why a chart deployed but pods are crashing or images won't pull | Use kubectl-debugging when you need an ephemeral container or node-level debug session |
Running helm lint, helm template, or --dry-run to validate before deploy |
Use helm-chart-development when authoring or restructuring a chart from scratch |