helmor-release
Installation
SKILL.md
Helmor Release
Use this skill to turn a branch's real changes into release metadata for Helmor:
- a clean
.changeset/*.mdentry - a pending
.announcements/*.jsonfragment when the change deserves an in-app "New in vX" toast
Workflow
- Inspect the branch before asking the user anything.
- Run
scripts/collect_release_context.pyto gather:- commits since the base branch
- changed files grouped by area
- a short suggested summary
- Draft the full changeset yourself, without asking the user upfront. Decide:
- the bump (
patch/minor/major) using the Versioning Guidance below - the body shape — one prose sentence when one sentence is genuinely enough, or summary line + bullets when there are multiple distinct user-visible changes (see Default Changeset Format)
- the actual prose / bullets
- the bump (