What problem does it solve?
Contributors to the ToolHive operator Helm chart risk committing changes that break template rendering, fail chart linting, or leave generated documentation out of sync with values.yaml. This Skill runs the required contribution checks before committing so issues are caught early.
Core Features & Use Cases
- Helm Template Validation: Runs helm template against the operator chart to confirm it renders valid Kubernetes YAML without errors.
- Chart Linting: Executes ct lint to surface linting errors and warnings on chart changes.
- Documentation Verification: Runs helm-docs in dry-run mode to confirm values.yaml variables are documented and the generated README.md is up to date.
- Use Case: Before committing a change to deploy/charts/operator, run this Skill to get a pass/fail report on template rendering, linting, and docs, with remediation commands for any failures.
Quick Start
Check whether my operator Helm chart changes pass all contribution requirements before I commit them.