Ensures that all necessary tasks have been performed for a Helm Chart bump.
Installation
$npx agent-skills-cli install @stacklok/bumping-helm-chart
Claude Code
Cursor
Copilot
Codex
Antigravity
Details
Repositorystacklok/toolhive
Path.claude/skills/helm-chart-bump/SKILL.md
Branchmain
Scoped Name@stacklok/bumping-helm-chart
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
npx agent-skills-cli listSkill Instructions
name: Bumping Helm Chart description: Ensures that all necessary tasks have been performed for a Helm Chart bump.
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
More by stacklok
View alltoolhive-release
1,771Creates ToolHive release PRs by analyzing commits since the last release, categorizing changes, recommending semantic version bump type (major/minor/patch), and triggering the release workflow. Use when cutting a release, preparing a new version, checking what changed since last release, or when the user mentions "release", "version bump", or "cut a release".
pr-review-reply
1,771Reply to and resolve GitHub PR review comments using the GitHub CLI and GraphQL API.
doc-review
1,771Reviews documentation for factual accuracy
split-pr
1,771Analyzes current changes and suggests how to split them into smaller, reviewable PRs
