What problem does it solve? Publishing a Helm chart release involves many error-prone manual steps: bumping Chart.yaml versions, updating changelogs, creating release branches and PRs, tagging from the correct branch, waiting for CI, and verifying the published OCI artifact. This Skill automates that entire release workflow with strict guardrails. ## Core Features & Use Cases - End-to-End Release Execution: Runs setup, prep, publish, or complete modes covering changelog updates, Chart.yaml version bumps, strict lint and template validation, release branch creation, PR merge, and annotated tag push. - OCI Verification: Confirms the published chart by pulling it from the OCI repository base with helm pull after the tag-triggered workflow completes. - Safety Guardrails: Requires a clean synced default branch, explicit release tags (never inferred), and stops on missing approvals, failing checks, or dirty worktrees. - Use Case: A platform engineer asks to publish chart version 1.4.0; the Skill preps the release branch, merges the PR, tags the release, waits for the GitHub Actions workflow, and verifies the OCI chart pull. ## Quick Start Ask the agent to publish the Helm chart in the current project with publish-helm in complete mode using tag 1.4.0 and your OCI repository base.