Cuts a new versioned release of claude-code-trace end-to-end without asking
any questions. Detects commits since the last ancestral tag, classifies them
with conventional-commit rules to pick the semver bump, bumps every
version-bearing file in sync, writes the CHANGELOG entry, commits and tags
on a release branch, pushes the tag to trigger the GitHub Actions release
pipeline, fast-forwards `main` onto the release commit and pushes it, then
cleans up the local branch. Use this skill whenever the user mentions
cutting, tagging, bumping, or shipping a release — including "cut a
release", "release v1.2.3", "tag and release", "bump version", "publish a
release", "do a patch release", or "make a new release". Trigger even when
the user does not name the version — the skill computes it. Also use
proactively when the user finishes a unit of work and asks to publish it.
2026-06-08