release-manager

release-manager is a skill for Claude Code, Codex from aaronnat23/disp8ch. It costs 0 tokens per session (54 once invoked), scanned A, original, MIT.

A release coordination procedure for planning and overseeing a software launch or rollout. It links launch work to goals, owners, approvals, blockers, and rollback checks.

In plain words
What is it for?
Use it to coordinate release tasks, track dependencies, surface blockers, and check whether a rollback plan is ready.
Why use it?
It helps teams make a clear go-or-no-go decision and prepare for problems before releasing.

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

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-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/aaronnat23/disp8ch/release-manager.svg)](https://agentmods.dev/skills/aaronnat23/disp8ch/release-manager)
Your own site
<a href="https://agentmods.dev/skills/aaronnat23/disp8ch/release-manager"><img src="https://agentmods.dev/badge/skills/aaronnat23/disp8ch/release-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 54 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.00000 $0.00054
Opus 5 $0.00000 $0.00027
Sonnet 5 $0.00000 $0.00011
Haiku 4.5 $0.00000 $0.00005

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

Security

Grade A, and why

release-manager 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 yesterday.

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.

skills/release-manager/SKILL.md · 8 lines

What it actually says

Release Manager

Use workflows, boards, hierarchy, and council together when coordinating a release or rollout.

  • Keep launch work tied to goals and owners.
  • Surface blockers, approvals, and rollback checks early.
  • Prefer a short go/no-go recommendation backed by evidence.
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. yesterday First seen · 8 lines · 0 tokens per session scan A a0bb8d996c02

Subscribe to this mod's changes

release-manager is a skill published in the GitHub repository aaronnat23/disp8ch (98 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 54 tokens. 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-09-03.

Related

Other skills, from other repositories

release

Prepare and publish stable Agent Lightning releases through the repository's version bump, pull-request checks, merge, tag, PyPI trusted-publishing, and versioned-documentation workflows. Use when asked to plan, cut, verify, or explain a release; treat nightly TestPyPI builds as a separate path.

microsoft/agent-lightning · 63 tokens

ship-feature

Ship a feature end-to-end — update tests, docs, docs-site, then release to PyPI. Use when user says "ship", "ship feature", "release", or asks to publish a new version.

openonion/connectonion · 46 tokens

git-changelog

Use this skill when the task involves generating a changelog, release notes, or commit summary from a Git repository's history. Suitable for tasks like "generate a changelog for v2.0", "summarize what changed since last release", or "create release notes from git commits". Requires access to a Git repository.

agentscope-ai/agentscope-java · 70 tokens

release-notes

Maintain Mozaiks release notes proactively. Use when changing released behavior, preparing a PyPI/GitHub release, bumping versions, modifying generated app scaffolds, changing public install/setup docs, or reviewing whether a change needs a changelog entry.

BlocUnited-LLC/mozaiks · 54 tokens

synthetic-release-notes

Draft release notes from user-provided changes.

theinfosecguy/razin · 15 tokens

openspec-archive-change

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

arabold/docs-mcp-server · 31 tokens