Agent skill
helm-chart-bump
Ensures that all necessary tasks have been performed for a Helm Chart bump.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/helm-chart-bump
SKILL.md
Bumping Helm Chart
Instructions
- Ensure the chart version in deploy/charts/operator/Chart.yaml is updated based on what you're told
- Ensure the same version change to the badge deploy/charts/operator/README.md
- Ensure the appVersion in deploy/charts/operator/Chart.yaml matches the version of the image that is being bumped to
- Go to the
.pre-commit-config.yamlin the root of this repo and run thehelm-docshook command specifically with the args found in the file, nothing else. Do not run thepre-commitcommand as you will not have access to the binary. You do have access to thehelm-docsbinary so only run thehelm-docscommand with the args found in the./pre-commit.yamlfile. - Please make sure you do not format the files at all before you commit, just run the
helm-docscommand and commit what is output.
Best practices
- Use present tense
- Explain what and why, not how
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?