Validates operator chart contribution practices (helm template, ct lint, docs generation) before committing changes.
Verify that all contribution guidelines from deploy/charts/operator/CONTRIBUTING.md are followed before committing Helm chart changes. Do not make any edits to files.
cd "$(git rev-parse --show-toplevel)"/deploy/charts/operator && helm template test .Verify the output contains valid Kubernetes YAML without errors.
ct lintReport any linting errors or warnings.
helm-docs --dry-runVerify that values.yaml variables are documented and the generated README.md matches.
✅ or ❌ Helm template renders successfully
✅ or ❌ Chart linting passes
✅ or ❌ Documentation up-to-date
Note: Chart version bumps are automated by the release bot. Feature PRs should NOT modify Chart.yaml.Include specific errors for any failing checks with actionable remediation commands.
cd373ec
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.