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/*.md entry
  • a pending .announcements/*.json fragment when the change deserves an in-app "New in vX" toast

Workflow

  1. Inspect the branch before asking the user anything.
  2. Run scripts/collect_release_context.py to gather:
    • commits since the base branch
    • changed files grouped by area
    • a short suggested summary
  3. 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
Installs
1
Repository
dohooo/helmor
GitHub Stars
1.3K
First Seen
Jun 11, 2026
helmor-release — dohooo/helmor