release-doc-writer

release-doc-writer is a skill for Claude Code, Codex from ccoalm/ccl-skills. It costs 72 tokens per session (994 once invoked), scanned A, original, Apache-2.0.

A writing assistant for test handoff, release, launch, and deployment documentation based on evidence from code, configuration, and verification results.

In plain words
What is it for?
It writes or reviews delivery scope, configuration and migration notes, dependencies, scripts, worker or queue decisions, rollback notes, and merge-request handoff details.
Why use it?
It helps teams document what changed, what was tested, what depends on it, and what remains risky without making release decisions or deploying anything.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the ccl-skills plugin — 33 skills, 4 commands, 7 hooks shipped together

Good fit It writes or reviews delivery scope, configuration and migration notes, dependencies, scripts, worker or queue decisions, rollback notes, and merge-request handoff details.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ccoalm/ccl-skills/release-doc-writer
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 ccoalm/ccl-skills --skill release-doc-writer
Clone the repo
git clone --depth 1 https://github.com/ccoalm/ccl-skills

Made for: Claude Code, Codex.

Or install ccl-skills, the plugin that ships this one along with the rest of its 33 skills, 4 commands, 7 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-doc-writer

README.md
[![agentmods](https://agentmods.dev/badge/skills/ccoalm/ccl-skills/release-doc-writer/github.svg)](https://agentmods.dev/skills/ccoalm/ccl-skills/release-doc-writer)
Your own site
<a href="https://agentmods.dev/skills/ccoalm/ccl-skills/release-doc-writer"><img src="https://agentmods.dev/badge/skills/ccoalm/ccl-skills/release-doc-writer/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-doc-writer

Your own site · 80×15
<a href="https://agentmods.dev/skills/ccoalm/ccl-skills/release-doc-writer"><img src="https://agentmods.dev/badge/skills/ccoalm/ccl-skills/release-doc-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 994 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.00072 $0.00994
Opus 5 $0.00036 $0.00497
Sonnet 5 $0.00014 $0.00199
Haiku 4.5 $0.00007 $0.00099

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

Security

Grade A, and why

release-doc-writer 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 10d 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-doc-writer/SKILL.md · 65 lines

How it starts

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

Release Doc Writer(提测 / 上线文档编写)

Use this skill when the task is to write, fill, review, or update test-handoff, release, or launch documentation: delivery scope, config changes, migrations, dependencies, scripts, worker/queue decisions, verification evidence, rollback notes, MR handoff notes, or Feishu/Lark handoff sections.

This skill owns document substance and evidence discipline. It does not authorize deployment, merge, tag, production mutation, branch reset, or overall release orchestration. For full production release coordination, use release-coordination.

Skip / route

  • Full production release lifecycle, MR merge authorization, tag gate, pipeline follow-up, post-release reset → release-coordination.
  • Rollout/canary/rollback strategy or live deploy/config control plane → platform-release-engineering.
  • Risk gate decision before release → feature-risk-router.
  • What tests to run or how to prove behavior → testing-strategy.
  • Active production error or failed smoke → defect-diagnosis.
  • Pure wording polish after facts are fixed → tighten-doc.
  • Actual Feishu/Lark API mechanics → the corresponding document tooling.

Evidence workflow

  1. Establish source range — identify repo/service list, base ref, head ref, and whether the evidence is commit log, changed-file summary, line-level diff, CI output, runtime state, or document read-back.
  2. Write scope from evidence — group by user-visible or operational capability; do not infer scope from branch names, MR titles, memory, or another model's summary alone.
  3. Scope confirmation handoff — if the actual diff/log scope is broader or narrower than the stated release intent, stop and route the release decision back to release-coordination before writing it as settled fact.
  4. Config gate — before writing “no config change”, check config definitions/defaults, usage sites, deployment/config surfaces, and absent-value behavior enough to justify the claim.
  5. Operational sections — inspect touched migrations, jobs, dependencies, external services, workers, queues, scripts, and enable/disable flags; record enabled, intentionally disabled, deferred, and not-run decisions.
  6. Testing scope section — write planned/needed test coverage from confirmed diff; route full matrix or command design to testing-strategy.
  7. Verification section — list only tests, CI, smoke, runtime checks, logs, or metrics actually run or observed. Otherwise say 未验证 / 待验证.
  8. Rollback notes — write concrete rollback constraints evidenced by diff/config/data/runtime state; route strategy design to platform-release-engineering.
  9. Read back edits — after editing collaborative docs, re-fetch the edited section and comment state when available.

Read the full file on GitHub · 65 lines

Files

What ships with it

4 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. 10d ago First seen · 65 lines · 72 tokens per session scan A e26cbcc38767

Subscribe to this mod's changes

release-doc-writer is a skill published in the GitHub repository ccoalm/ccl-skills (6 stars, last pushed today), licensed Apache-2.0. It adds 72 tokens to every session and 994 once invoked, about $0.0004 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.