Install
openclaw skills install @escoffier-labs/skillet-release-cutUse when the user asks to cut a release, tag a version, publish a release, or roll up the changelog. Not for routine merges; releases happen on request, not per feature.
openclaw skills install @escoffier-labs/skillet-release-cutTurn accumulated merged work into a clean tagged release: changelog roll-up, version bump, tag, GitHub release, and a drafted announcement. Drafts are drafts; nothing gets posted to social platforms by this skill.
Check before touching anything; stop and report if any fail:
git log <last-tag>..HEAD --oneline plus the CHANGELOG's Unreleased section. If the two disagree, reconcile first; the log is the truth, the changelog is the narrative.chore: release vX.Y.Z then an annotated tag: git tag -a vX.Y.Z -m "vX.Y.Z".gh release create vX.Y.Z --title "vX.Y.Z" --notes-file <(extracted changelog section).