release-docs

release-docs is a skill for Claude Code, Codex from greglas75/zuvo. It costs 44 tokens per session (2,626 once invoked), scanned A, original, MIT.

A release documentation synchroniser that checks which source files changed and updates only the related documentation. It can also prepare a dry-run preview.

In plain words
What is it for?
It is for syncing documentation with a Git release range, such as the changes between two version tags.
Why use it?
It avoids manually reviewing every document after a release and reduces unrelated documentation changes.

Skill for Claude CodeCodex

Part of the zuvo plugin — 56 skills, 48 agents, 5 hooks shipped together

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

Made for: Claude Code, Codex.

Or install zuvo, the plugin that ships this one along with the rest of its 56 skills, 48 agents, 5 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/greglas75/zuvo/release-docs.svg)](https://agentmods.dev/skills/greglas75/zuvo/release-docs)
Your own site
<a href="https://agentmods.dev/skills/greglas75/zuvo/release-docs"><img src="https://agentmods.dev/badge/skills/greglas75/zuvo/release-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,626 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.00044 $0.02626
Opus 5 $0.00022 $0.01313
Sonnet 5 $0.00009 $0.00525
Haiku 4.5 $0.00004 $0.00263

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

Security

Grade A, and why

release-docs 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-docs/SKILL.md · 203 lines

How it starts

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

zuvo:release-docs

Sync documentation with a release. Only updates docs whose source files actually changed.

Mandatory File Loading

Read these files before proceeding:

CORE FILES LOADED:
  1. ../../shared/includes/env-compat.md    — READ
  2. ../../shared/includes/run-logger.md    — READ
  3. ../../shared/includes/retrospective.md    — READ

Argument Parsing

Input Effect
(no flags) Auto-detect range from memory/last-ship.json or git tags
<range> Explicit git range (e.g., v1.1.0..v1.2.0)
--dry-run Show proposed changes without writing

Dispatch is already authorized — do not ask, do not downgrade. Invoking this skill IS the request for every agent and gate it mandates, so a session rule about unprompted Agent use does not apply here. Only a harness with NO dispatch capability takes the documented single-agent fallback, and it still runs every gate inline — see ../../shared/includes/env-compat.md. Skipping a mandated agent and self-scoring the result is a substituted gate, not a degraded run.

Phase 0: Determine Range and Suffix

  1. If an explicit <range> argument was provided: use it. Skip remaining steps in this phase.
  2. Else if memory/last-ship.json exists: read the range field (SHA-based, e.g., "abc1234..def5678") and use it directly for git diff. Also read previousTag and newTag for display in the output block. If the artifact uses a legacy version-based range (e.g., "v1.1.0..v1.2.0"), fall back to it but log: "Warning: legacy version-based range — consider re-running zuvo:ship for SHA-based artifact."
  3. Else: derive from git tags.
    • Run git describe --tags --abbrev=0 to get the latest tag.
    • Run git describe --tags --abbrev=0 <latest-tag>^ to get the previous tag.
    • Construct range as <previous-tag>..<latest-tag>.
  4. If no range can be derived after the above steps:
    • Interactive environments: ask the user to provide a range explicitly.
    • Non-interactive environments (Codex App, Cursor): print [AUTO-DECISION]: no range derivable. Skipping documentation sync. and exit with PASS verdict.

Read the full file on GitHub · 203 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. yesterday First seen · 203 lines · 44 tokens per session scan A f9d8146becb4

Subscribe to this mod's changes

release-docs is a skill published in the GitHub repository greglas75/zuvo (6 stars, last pushed yesterday), licensed MIT. It adds 44 tokens to every session and 2,626 once invoked, about $0.0002 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-09-03.