release

release is a skill for Claude Code, Codex from SpillwaveSolutions/wiki_ticket_sdd. It costs 64 tokens per session (1,760 once invoked), scanned A, original, MIT.

A procedure for preparing and publishing a versioned software release. It records the release in the work log, updates the changelog and roadmap snapshot, creates a Git tag, and publishes the platform release.

In plain words
What is it for?
Use it to ship a new version, tag a release, prepare release notes, create a roadmap snapshot, and synchronize the published release.
Why use it?
It makes the release leave a clear record of what shipped and checks that the repository, tests, CI, and version numbers are ready. It can also draft a changelog from commits when the unreleased section is missing or incomplete.

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

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/spillwavesolutions/wiki_ticket_sdd/release.svg)](https://agentmods.dev/skills/spillwavesolutions/wiki_ticket_sdd/release)
Your own site
<a href="https://agentmods.dev/skills/spillwavesolutions/wiki_ticket_sdd/release"><img src="https://agentmods.dev/badge/skills/spillwavesolutions/wiki_ticket_sdd/release.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,760 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 $0.00064 $0.01760
Opus 5 $0.00032 $0.00880
Sonnet 5 $0.00013 $0.00352
Haiku 4.5 $0.00006 $0.00176

Measured today against content hash cad0b38c9ec7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 today.

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.

.claude/skills/release/SKILL.md · 132 lines

How it starts

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

Release

A release is worklog work: record a release task first (work-track), and the release leaves frozen artifacts behind — a dated changelog section, a roadmap snapshot, a tag, and a platform release. No per-system code ships with this skill; use the platform's own release tooling.

1. Preconditions

  • Clean working tree on the default branch (or a release-prep branch about to merge into it).
  • All test suites green locally; CI green on the tip.
  • Version lockstep holds: the plugin manifest, bin/worklog --version, and every plugin skill's frontmatter agree (tests/test_plugin.py enforces it).
  • The top CHANGELOG section reads ## X.Y.Z — unreleased and describes what actually ships. If it doesn't, fix that first — release notes are written as features land, not reconstructed at tag time. When the section is missing or thin, bin/worklog changelog-draft --version X.Y.Z writes a starting draft from git log since the last tag (markdown on stdout, the commits it excluded on stderr). It is bullets, not release notes: edit the prose before stamping, and read the exclusion list to confirm nothing real was dropped.

2. Stamp

  • CHANGELOG: change — unreleased to — YYYY-MM-DD (UTC, release date).
  • bin/worklog roadmap-snapshot --name vX.Y.Z-release — the frozen picture of open work at release time. Snapshots are frozen; never regenerate.
  • bin/worklog ia-index — sidecars the new snapshot (stamping its release and supersede chain), refreshes the inventory, and re-renders Home/Sidebar/Releases-index + publish manifest so the release is navigable. Commit docs/.index/ with the snapshot.
  • bin/worklog trace-check --strict — the pre-release evidence gate: every closed item must trace to a plan, ticket, and PR. Failures block the release; fix the links (worklog link-pr, sidecar relates_to) or consciously report the gaps to the human — never skip silently.
  • bin/worklog doc-verify --strict — the pre-release citation gate: every document's code citations must resolve at the commit that document was written against. FABRICATED means wrong even in the tree the author had open — a real defect, fix it. DRIFT on a frozen document is expected and does not block; drift on current_design_doc / current_code_walkthrough does, because those claim to describe HEAD. unresolvable means the stamped commit is not in this clone (see ADR-0008) — report it, never re-check against HEAD.

Read the full file on GitHub · 132 lines

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. today Changed cad0b38c9ec7
  2. 4d ago First seen · 132 lines · 64 tokens per session scan A fc2ffcbc8487

Subscribe to this mod's changes

release is a skill published in the GitHub repository SpillwaveSolutions/wiki_ticket_sdd (10 stars, last pushed 2d ago), licensed MIT. It adds 64 tokens to every session and 1,760 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

obra/superpowers · 37 tokens

auto-perf-optimize

Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.

microsoft/vscode · 62 tokens

chat-perf

Run chat perf benchmarks and memory leak checks against the local dev build or any published VS Code version. Use when investigating chat rendering regressions, validating perf-sensitive changes to chat UI, or checking for memory leaks in the chat response pipeline.

microsoft/vscode · 51 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens