release-management

release-management is a skill for Codex from ashermahonin/agentic-skills. It costs 67 tokens per session (884 once invoked), scanned A, original, MIT.

A process for preparing and controlling a software release across services, app stores, registries, packages, or staged rollouts.

In plain words
What is it for?
Managing version numbers, build provenance, software bills of materials, signing, release notes, submissions, staged deployment, post-release checks, and rollback.
Why use it?
It gathers the required checks, approvals, release information, deployment steps, monitoring, and rollback plans in one controlled process.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Managing version numbers, build provenance, software bills of materials, signing, release notes, submissions, staged deployment, post-release checks, and rollback.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ashermahonin/agentic-skills/release-management
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.

Any agent
npx skills add ashermahonin/agentic-skills --skill release-management
Clone the repo
git clone --depth 1 https://github.com/ashermahonin/agentic-skills

Made for: 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-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/ashermahonin/agentic-skills/release-management/github.svg)](https://agentmods.dev/skills/ashermahonin/agentic-skills/release-management)
Your own site
<a href="https://agentmods.dev/skills/ashermahonin/agentic-skills/release-management"><img src="https://agentmods.dev/badge/skills/ashermahonin/agentic-skills/release-management/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for release-management

Your own site · 80×15
<a href="https://agentmods.dev/skills/ashermahonin/agentic-skills/release-management"><img src="https://agentmods.dev/badge/skills/ashermahonin/agentic-skills/release-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 884 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00067 $0.00884
Opus 5 $0.00034 $0.00442
Sonnet 5 $0.00013 $0.00177
Haiku 4.5 $0.00007 $0.00088

Measured 9d ago against content hash 221e95e0fb06, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

release-management 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 9d 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.

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.

agentic/skills/release-management/SKILL.md · 63 lines

How it starts

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

Release Management

Purpose

Turn verified changes into a controlled release. Collect the checks that apply to the product, name the approver and blockers, define rollout and rollback, and verify the system after deployment.

Operational context

  1. Read references/release-checklist.md.
  2. Pull verdicts from qa-eval, security-owasp-*, cve-zero-day-scanner, accessibility-audit, i18n-localization, pr-review, tdd-workflow.
  3. Pull deployment surface from devops-router / cicd-automation / cloud-operations / kubernetes-operations.
  4. Use Context7 MCP for current store policies, certification checklists, version-numbering conventions, signing requirements, and registry submission rules.

Safe change sequence

  1. Versioning. Decide on the version bump (semver, calver, marketing version + build number). Lock the version string.
  2. Build provenance. Attach SLSA-style provenance: source commit, build steps, artifact hash, signing key, SBOM.
  3. Release notes. Two flavors: internal (full changelog, risks, rollback) and user-facing (highlights, fixes, known issues), localized per locale via i18n-localization.
  4. Store / registry submission. Per channel: build artifact, signing, metadata, screenshots, age rating, privacy disclosure, content rating, encryption export compliance, store-specific reviews.
  5. Staged rollout. Define rollout stages: canary % → broader % → full, with hold criteria per stage based on error rate, crash rate, p95 latency, business KPI.
  6. Go/no-go report. Single page: every gate's verdict, named approver per gate, residual risks, rollback path, on-call rotation.
  7. Post-release verification. First N minutes / hours: watch dashboards from observability-operations, telemetry, store reviews, support tickets. Promote or rollback based on hold criteria.
  8. Retro hook. After release stabilizes, hand off to documentation-graph-curator to log decisions, anomalies, and lessons.

Safety rules

Read the full file on GitHub · 63 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. 9d ago First seen · 63 lines · 67 tokens per session scan A 221e95e0fb06

Subscribe to this mod's changes

release-management is a skill published in the GitHub repository ashermahonin/agentic-skills (10 stars, last pushed 15d ago), licensed MIT. It adds 67 tokens to every session and 884 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.