Skill Detail
Lint and test Helm charts in pull requests before Kubernetes packaging changes merge with chart-testing
Run chart-focused lint and install checks so changed Helm charts are validated before release or merge.
CI/CD IntegrationsMulti-Framework
CI/CD Integrations
Multi-Framework
Security Reviewed
β 1.6k GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill lint-and-test-helm-charts-in-pull-requests-before-kubernetes-packaging-changes-merge-with-chart-testing
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
ct binary or Docker image, Helm, Git, Kubernetes test environment for install checks
Install & setup
Install `ct` from Homebrew, releases, or the published Docker image, then run commands like `ct lint`, `ct install`, or `ct lint-and-install` against changed chart directories in CI.
Author
Helm
Publisher
Organization
Last updated
Apr 14, 2026
Quick brief
Use chart-testing when an agent needs to identify changed Helm charts, lint them, and optionally install-test them as part of CI or release review. A user should invoke this instead of using Helm normally when the task is chart QA and changed-chart gating, not chart authoring or cluster management itself. The scope boundary is specific and skill-shaped: it is a Helm chart validation workflow for CI, not a generic Kubernetes tool or packaging platform listing.