helmor-release

helmor-release is a skill for Claude Code, Codex from dohooo/helmor. It costs 110 tokens per session (2,387 once invoked), scanned A, original, Apache-2.0.

A release-preparation workflow for Helmor that turns a branch's changes into release notes and, when appropriate, an in-app announcement.

In plain words
What is it for?
Use it to create a Changesets entry, prepare pending announcement data, and review the proposed release details before making adjustments.
Why use it?
It removes the manual work of inspecting changes, choosing a version bump, and formatting release metadata.

Skill for Claude CodeCodex

About the project

Helmor is a local workbench for running and coordinating multiple coding agents, with each task isolated in its own Git workspace. Developers use it to review changes, test code, resolve conflicts, and merge or create pull requests. Its catalogue entries extend Helmor with skills, instructions, settings, and hooks.

dohooo/helmor · 1,300 stars · on GitHub · helmor.ai

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/dohooo/helmor/helmor-release
Any agent
npx skills add dohooo/helmor --skill helmor-release
Clone the repo
git clone --depth 1 https://github.com/dohooo/helmor

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for helmor-release

README.md
[![agentmods](https://agentmods.dev/badge/skills/dohooo/helmor/helmor-release.svg)](https://agentmods.dev/skills/dohooo/helmor/helmor-release)
Your own site
<a href="https://agentmods.dev/skills/dohooo/helmor/helmor-release"><img src="https://agentmods.dev/badge/skills/dohooo/helmor/helmor-release.svg" alt="Measured on agentmods" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,387 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00110 $0.02387
Opus 5 $0.00055 $0.01193
Sonnet 5 $0.00022 $0.00477
Haiku 4.5 $0.00011 $0.00239

Measured 6d ago against content hash d14048177e5e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

helmor-release scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/collect_release_context.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/helmor-release/SKILL.md · 263 lines

How it starts

The opening of the file, as written. The whole thing — 263 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

    Prefer a conservative bump (patch unless there is a clear new user-visible capability). If you genuinely cannot decide the bump from the diff alone, default to patch and flag it in the confirmation step.

    Brevity bias. Aim for the shortest sentence that names the user-visible change — if a clause can be dropped without losing meaning, drop it. Reserve summary+bullets for releases with ≥2 distinct user-visible items.

  4. Write the changeset to a single file under .changeset/ right away. Do not wait for approval before creating the file — the user will adjust from a real draft, not a hypothetical one.

  5. Decide whether an in-app release announcement is warranted.

    • Create one pending file under .announcements/ only for new user-visible features or workflow changes.
    • Skip bug fixes, internal refactors, routine performance work, and release plumbing unless users need to learn a new behavior.
    • Do not write an id or version. bun run release:version consumes all pending announcement files and merges them into one catalog entry for the final version.
  6. Then, and only then, show the user what you created and offer the adjustment menu described in "Confirmation Style".

Read the full file on GitHub · 263 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 263 lines · 110 tokens per session scan A d14048177e5e

Subscribe to this mod's changes

helmor-release is a skill published in the GitHub repository dohooo/helmor (1,300 stars, last pushed 14d ago), licensed Apache-2.0. It adds 110 tokens to every session and 2,387 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories