release

release is a skill for Claude Code, Codex from aterrylu/autonomOS. It costs 120 tokens per session (2,820 once invoked), scanned C, original, MIT.

A release-notes writing skill that turns a mechanical GitHub Release changelog into a friendlier themed format with emojis. GitHub Releases are the published records attached to project versions.

In plain words
What is it for?
Use it to rewrite a published release's notes in the project's approved format, provided GitHub access and the required local tools are available.
Why use it?
It makes automatically generated release notes easier for people to scan while preserving the existing factual changelog.

Skill for Claude CodeCodex

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/aterrylu/autonomos/release
Any agent
npx skills add aterrylu/autonomOS --skill release
Clone the repo
git clone --depth 1 https://github.com/aterrylu/autonomOS

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 release

README.md
[![agentmods](https://agentmods.dev/badge/skills/aterrylu/autonomos/release.svg)](https://agentmods.dev/skills/aterrylu/autonomos/release)
Your own site
<a href="https://agentmods.dev/skills/aterrylu/autonomos/release"><img src="https://agentmods.dev/badge/skills/aterrylu/autonomos/release.svg" alt="Measured on agentmods" height="20"></a>
Per session 120 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,820 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 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 $0.00120 $0.02820
Opus 5 $0.00060 $0.01410
Sonnet 5 $0.00024 $0.00564
Haiku 4.5 $0.00012 $0.00282

Measured 3d ago against content hash 0e1fb6688b20, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

release scanned grade C with 2 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 3d ago.

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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

📦 **Install / upgrade:** `curl -fsSL https://raw.githubusercontent.com/aterrylu/autonomOS/main/scripts/install.sh | sh && autonomos start`

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

📦 **Install / upgrade:** `curl -fsSL https://raw.githubusercontent.com/aterrylu/autonomOS/main/scripts/install.sh | sh && autonomos start`
.claude/skills/release/SKILL.md · 221 lines

How it starts

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

/release — friendly release-notes rewrite

autonomOS ships release notes in two layers (see ADR-044):

  • Floor of correctness — the mechanical, one-line-per-PR body that scripts/sync-changelog.ts consolidates into CHANGELOG.md and scripts/release-notes.ts extracts. CI publishes this automatically. It is always correct and never themed.
  • Ceiling of friendliness — the themed/emoji body Terry approved for v0.3.0. That is what this skill produces.

This skill is the ceiling. The model doing the rewrite is the Claude Code session running this skill — there is no API key, no Anthropic SDK call, and no CI step. You read the mechanical body, transform it, and apply it to the live release. Because the mechanical floor already shipped from CI, this is a safe, reversible enhancement of an already-correct release body.

The spec is canonical-example.md. Read it in full before writing anything. It is the exact v0.3.0 mechanical→friendly pair. Match its structure, density, and tone. Do not try to be cleverer than the example — consistency with it IS the goal.

Preconditions: gh must be authenticated (gh auth status) and bun available. If gh isn't logged in, step 1's commands fail with an auth error — that is an auth problem, NOT a missing release; don't tell the user to publish one.


Procedure

1. Determine the version and tag

  • If the user gave a version/tag, use it. Otherwise derive the version from packages/server/package.json (.version) — that is the just-released version.
  • The bare version is e.g. 0.4.0. The tag is v0.4.0 (version with a leading v). Keep them distinct — release-notes.ts wants the bare version; gh wants the tag.
  • Confirm the release exists and is published: gh release view "v<version>" --json tagName,isDraft,body If it doesn't exist, STOP and tell the user — this skill enhances a published release; it does not create one.

Read the full file on GitHub · 221 lines

Files

What ships with it

1 file 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. 3d ago First seen · 221 lines · 120 tokens per session scan C 0e1fb6688b20

Subscribe to this mod's changes

release is a skill published in the GitHub repository aterrylu/autonomOS (5 stars, last pushed 3d ago), licensed MIT. It adds 120 tokens to every session and 2,820 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

codew-release-qa-sweep

Use before claiming Codewhale release work is done: run the full gate sweep and list the manual QA targets.

Hmbown/CodeWhale · 31 tokens

gh-credit-harvest

Harvest one community PR into a release branch with authorship and credit preserved, verified green, and a warm thank-you.

Hmbown/CodeWhale · 30 tokens

release

Prepare a named version: preflight, version consistency, build/package, smoke test, checksums/notes, and release readiness. Publishing/tagging/deploy need separate authorization. Explicit-only.

Hmbown/CodeWhale · 0 tokens

herdr-pre-release-audit

Audit herdr release readiness by comparing commits since the base release against next-release changelog and docs. Use when asked to run or apply the repo's pre-release audit, validate docs/next before release, inspect issue refs that release CI will close, or finalize release docs for herdr.

herdrdev/herdr · 65 tokens

tutti-app-release

Set up, review, run, or debug external repositories that publish a Tutti workspace app through the reusable Tutti App Release GitHub Actions workflow. Use for caller workflows, tutti.app.json manifests, @tutti-os/app-release-tools, S3/CloudFront release hosting, latest.json, versions.json, catalog.json, catalog-only…

tutti-os/tutti · 80 tokens

helmor-release

Prepare Helmor releases by inspecting the current branch, drafting a concise user-facing Changesets entry first (bump + body — keep it as short as possible), creating any needed pending in-app release announcement under .announcements/, and then showing the user the result with a short menu of adjustments they can…

dohooo/helmor · 110 tokens