release-rollback

release-rollback is a skill for Codex from dzhokhov/markdown-agent-vault-ru. It costs 101 tokens per session (480 once invoked), scanned A, original, MIT.

A release and rollback checklist for code or scripts, covering readiness checks, release decisions, and recovery after an incident.

In plain words
What is it for?
Use it to review RELEASE_CHECKLIST.md and CHANGELOG.md, confirm a version and rollback point, decide whether to release, or plan and verify an incident rollback.
Why use it?
It makes sure a release has tests, documentation, an owner decision, and a known working version to return to. A rollback undoes or reverses a problematic release.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: $skill-name invocation.

Good fit Use it to review RELEASE_CHECKLIST.md and CHANGELOG.md, confirm a version and rollback point, decide whether to release, or plan and verify an incident rollback.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dzhokhov/markdown-agent-vault-ru/release-rollback
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 dzhokhov/markdown-agent-vault-ru --skill release-rollback
Clone the repo
git clone --depth 1 https://github.com/dzhokhov/markdown-agent-vault-ru

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/dzhokhov/markdown-agent-vault-ru/release-rollback/github.svg)](https://agentmods.dev/skills/dzhokhov/markdown-agent-vault-ru/release-rollback)
Your own site
<a href="https://agentmods.dev/skills/dzhokhov/markdown-agent-vault-ru/release-rollback"><img src="https://agentmods.dev/badge/skills/dzhokhov/markdown-agent-vault-ru/release-rollback/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-rollback

Your own site · 80×15
<a href="https://agentmods.dev/skills/dzhokhov/markdown-agent-vault-ru/release-rollback"><img src="https://agentmods.dev/badge/skills/dzhokhov/markdown-agent-vault-ru/release-rollback.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 480 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.00101 $0.00480
Opus 5 $0.00051 $0.00240
Sonnet 5 $0.00020 $0.00096
Haiku 4.5 $0.00010 $0.00048

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

Security

Grade A, and why

release-rollback 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 8d 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.

skills/release-rollback/SKILL.md · 49 lines

What it actually says

Release Rollback

Назначение

Сделай релиз управляемым и обратимым: validate -> release decision -> rollback readiness.

Связанный контекст: LLM Rules.

Вход

  • RELEASE_CHECKLIST.md
  • CHANGELOG.md
  • текущий commit/branch/tag
  • результаты $test-gates

Mode A: Release Readiness

  1. Проверь RELEASE_CHECKLIST.md по пунктам.
  2. Убедись, что есть релизная версия (vMAJOR.MINOR.PATCH) и запись в CHANGELOG.md.
  3. Подтверди safe rollback point (последний стабильный tag/commit).
  4. Подготовь краткий release decision packet для владельца.

Mode B: Incident Rollback

  1. Freeze новые выкаты.
  2. Определи last known good version.
  3. Выбери путь отката (по убыванию стоимости):
  • feature flag/config toggle off
  • git revert проблемного изменения
  • откат на предыдущий стабильный tag
  1. Выполни post-rollback smoke.
  2. Зафиксируй, какой новый gate/тест нужен, чтобы не повторилось.

Жёсткие правила

  • Не выпускать high-risk изменение без явного owner-решения.
  • Не считать релиз готовым без rollback-пути.
  • При конфликте между скоростью и безопасностью выбирай обратимость.

Выход

  • Release status: GREEN|YELLOW|RED
  • Rollback readiness: READY|NOT_READY
  • Owner action: Release | Hold | Rollback
  • Next safest step: 1 конкретный шаг
Files

What ships with it

5 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. 8d ago First seen · 49 lines · 101 tokens per session scan A ba2d1b6c477c

Subscribe to this mod's changes

release-rollback is a skill published in the GitHub repository dzhokhov/markdown-agent-vault-ru (2 stars, last pushed 2d ago), licensed MIT. It adds 101 tokens to every session and 480 once invoked, about $0.0005 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

hyalo-changelog

Maintain Keep a Changelog files with Hyalo's changelog profile and add/release commands.

ractive/hyalo · 24 tokens

sync-brain-starter

Sync reusable skills, configs, and templates from the private brain repo to the public brain-starter template repo. Use when you've updated a skill or config and want to push it to the open-source template.

michaeljauk/brain-starter · 47 tokens

github-deep-review

GitHub deep review: bugs, PRs, best fix, stale-or-real, read code first.

sublimecoder/aios · 26 tokens

carpeos-release

Cut a CarpeOS public release with consistent SemVer, CHANGELOG, git tags, GitHub Releases, and npm publish for @innocarpe/carpeos. Use when the user asks to release, bump version, publish to npm, create a git tag, make a GitHub release, ship @innocarpe/carpeos, run scripts/release.mjs, or keep Claude Code / Codex CLI…

innocarpe/CarpeOS · 107 tokens

git-wrapup

Land working-tree changes as logical commits — the work grouped by concern, topped by a release commit (version bump, changelog, regenerated artifacts) and an annotated tag. Verify, commit, tag. Stops at "committed and tagged locally" — no push, no publish. The release-and-publish skill picks up from here. Distilled…

cyanheads/obsidian-mcp-server · 82 tokens

release-and-publish

Ship a release end-to-end across every registry the project targets (npm, MCP Registry, GitHub Releases for .mcpb bundles, GHCR). Runs the final verification gate, pushes commits and tags, then publishes to each applicable destination. Assumes git wrapup (version bumps, changelog, commit, annotated tag) is already…

cyanheads/obsidian-mcp-server · 112 tokens