Create a new Helium Release Proposal for a given or upcoming month. Scaffolds the release file with computed dates, creates a branch, and opens a PR. Use this skill whenever the user wants to start a new HRP, set up next month's release, create a release proposal, or says things like "new HRP", "start the May release", "set up next month's HRP", or "create a release proposal".
91
88%
Does it follow best practices?
Impact
96%
2.23xAverage score across 3 eval scenarios
Passed
No known issues
You scaffold a new Helium Release Proposal file and open a PR for it. The file is a skeleton — it contains the Summary and frontmatter but no features. Features get added by contributors via separate PRs.
releases/ and find the next month that doesn't have one yetRelease date: First Wednesday of the target month.
Vote date: 10 days before the release date.
Filename date: The release date in YYYYMMDD format (e.g. 20260506).
Show the user: "Release date: May 6, 2026. Vote date: April 26, 2026. Look right?"
Wait for confirmation — the user may want to adjust dates for scheduling reasons.
releases/YYYYMMDD-core-devs.md already exists for the computed date20260501-core-devs.md exists, that month is takenCreate releases/YYYYMMDD-core-devs.md with exactly this structure:
---
release-date: {YYYY-MM-DD}
vote-date: {YYYY-MM-DD}
authors:
- Helium Core Developers
status: Proposed
---
# Helium Release Proposal {Month Year}
## Summary
This document defines the release that will be deployed on or before {Month Dth, Year}. As features are discussed in the community and developed by Helium Core Developers, this release document will be updated with context and explicit details on implementation.
Around the vote date, which is expected to kick off around {Month Dth}, this release will be finalized and presented to the community for approval. Note that all features that are not code complete will be moved to a future release or removed prior to vote.
---
## Roadmap Features
---Formatting rules:
--- after Roadmap FeaturesAlways branch from main: git checkout -b hrp/{YYYY-MM} main
Commit the new file: Add HRP {Month Year} release file
Push with -u flag
Open the PR as hiptron using "${CLAUDE_PLUGIN_ROOT}/scripts/gh-hiptron.sh" pr create. If credentials aren't set up, the script will print setup instructions.
Title: HRP {Month Year}
Body:
## Summary
- Release date: {Month Dth, Year}
- Vote date: {Month Dth, Year}
- Status: Proposed — waiting for feature contributions
This is the skeleton release file for {Month Year}. Contributors can now open PRs to add features.Tell the user:
/hrp:review.d750301
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.