Use this skill when the user wants to lint and test Helm charts
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-1c3eab9f)More formats (shields.io, HTML) on the badges page.
---
name: chart-testing
description: Use this skill when the user wants to lint and test Helm charts
---
# Chart-testing Plugin
lint and test Helm charts
## Commands
- `chart-testing self version` — Print chart-testing version
- `chart-testing _ _` — Passthrough to ct CLI
## Usage Examples
- "Lint this Helm chart"
- "Test chart deployment"
- "Validate chart templates"
## Installation
```bash
go install github.com/chart-testing/chart-testing/cmd/ct@latest
```
## Examples
```bash
ct lint --charts ./charts/mychart
ct install --charts ./charts/mychart
ct list --chart-dirs ./charts
```
## Key Features
- Automated Helm chart linting
- Template validation
- CI/CD integration
- Kubernetes test clusters
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!