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.
npx skills add ccoalm/ccl-skills --skill release-doc-writergit clone --depth 1 https://github.com/ccoalm/ccl-skillsWrote 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.
[](https://agentmods.dev/skills/ccoalm/ccl-skills/release-doc-writer)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
- 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.
- 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.
- 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-coordinationbefore writing it as settled fact. - 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.
- 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.
- Testing scope section — write planned/needed test coverage from confirmed diff; route full matrix or command design to
testing-strategy. - Verification section — list only tests, CI, smoke, runtime checks, logs, or metrics actually run or observed. Otherwise say
未验证 / 待验证. - Rollback notes — write concrete rollback constraints evidenced by diff/config/data/runtime state; route strategy design to
platform-release-engineering. - Read back edits — after editing collaborative docs, re-fetch the edited section and comment state when available.
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.
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.
- 10d ago First seen · 65 lines · 72 tokens per session scan A e26cbcc38767
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.
Other skills, from other repositories
memstack-development-changelog-generator
Use when the user says 'generate changelog', 'update changelog', 'what changed', 'release notes', 'write changelog', or needs a formatted CHANGELOG.md from git commit history. Do NOT use for diary entries, git log viewing, or commit message writing.
aiwg-pr
AIWG-specific pull request delivery workflow for AIWG product/workspace changes; not the generic repository PR process.
artifact-metadata
Manage artifact metadata, versioning, ownership, and review history across the SDLC lifecycle.
git-mirror-audit
Verify configured secondary git mirrors are present and not drifting from the primary remote/default branch.
release
Guide through the Cortex TMS release process — version bump, changelog, sync, tag, publish. Every step requires user approval.
autoship
Runs a changesets npm release through the version PR, CI publish, and registry verification. Use when asked to "release this package", "autoship", "merge Version Packages", or diagnose a release that did not publish. For feature PRs use pr-creator or pr-babysitter.