From hrp
Marks Helium Release Proposals as deployed, updates status to Released, records date, handles no-change months, commits to main, updates README, posts Reddit comment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hrp:releaseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You mark a Helium Release Proposal as deployed to the network, recording the actual
You mark a Helium Release Proposal as deployed to the network, recording the actual release date. Also handles the "no changes this month" shortcut for months that are skipped without a vote.
status: Approved (the most recently approved one)Status guard:
Proposed with features → "This HRP hasn't been through the vote process yet. Run /hrp:vote-open first."Proposed without features → this is a no-change month, handle via the skip path (step 2b)Frozen → "This HRP is still being voted on. Run /hrp:vote-close to record the result first."Released → "This HRP has already been released."Ask the user:
Confirm: "Marking HRP {Month Year} as released on {date}. Correct?"
Update frontmatter:
status: Releasedreleased-date: {YYYY-MM-DD}Post Reddit comment (if reddit-post-id exists):
**HRP {Month Year} is live**
The {Month Year} release has been deployed to the network.
{one-line summary of what shipped, e.g. "Staked HNT position transfers are now available."}
This is a shortcut for months with no protocol changes. Instead of going through the full vote-open → vote-close → release cycle, you can skip straight to Released.
Confirm: "No changes for HRP {Month Year} — marking as released without a vote. Correct?"
Update frontmatter:
status: Releasedreleased-date: {YYYY-MM-DD} (use the planned release-date or today)Update README — insert at the top of the vote history list:
- HRP {YYYY-MM} had no changes and was not put to vote.
No Reddit post — nothing to announce.
Commit directly to main:
Mark HRP {Month Year} as released on {date}Mark HRP {Month Year} as released (no changes)Include both the release file and README (if changed) in a single commit.
Tell the user:
npx claudepluginhub helium/helium-release-proposals --plugin hrpAutomates releases for projects using Keep a Changelog and GitHub: bump detection, CHANGELOG promotion, merge to main, tag, and GitHub Release with a single confirmation gate.
Manages git project releases: creates milestones, generates roadmaps, executes 9-stage pipeline with submodule support, closes releases. Yolo mode enables autonomous runs.
Automates releases for Keep a Changelog + GitHub projects: bump detection, CHANGELOG promotion, PR/main merge, tag, and GitHub Release with a single confirmation gate.