release-coordination

release-coordination is a skill for Claude Code, Codex from ccoalm/ccl-skills. It costs 121 tokens per session (1,938 once invoked), scanned A, original, Apache-2.0.

A coordinator for releasing a confirmed set of changes to a production system, including the checks and handoffs around the release.

In plain words
What is it for?
Use it to prepare a production release, confirm testing scope, collect pipeline evidence, coordinate rollout watchers, and close out a release.
Why use it?
It keeps release scope, documentation, merge requests, tags, builds, evidence, rollout follow-up, and cleanup aligned.

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 Use it to prepare a production release, confirm testing scope, collect pipeline evidence, coordinate rollout watchers, and close out a release.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ccoalm/ccl-skills/release-coordination
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-coordination
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-coordination

README.md
[![agentmods](https://agentmods.dev/badge/skills/ccoalm/ccl-skills/release-coordination.svg)](https://agentmods.dev/skills/ccoalm/ccl-skills/release-coordination)
Your own site
<a href="https://agentmods.dev/skills/ccoalm/ccl-skills/release-coordination"><img src="https://agentmods.dev/badge/skills/ccoalm/ccl-skills/release-coordination.svg" alt="Measured on agentmods" height="20"></a>
Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,938 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.00121 $0.01938
Opus 5 $0.00060 $0.00969
Sonnet 5 $0.00024 $0.00388
Haiku 4.5 $0.00012 $0.00194

Measured today against content hash 65e00ebb4db9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

release-coordination 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 today.

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-coordination/SKILL.md · 94 lines

How it starts

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

Release Coordination(生产发版协调)

Use this as the production release coordinator for scope confirmation, production MR, merge authorization, tag/build gate, evidence closeout, or reset.

Skip / route directly when the task is narrower:

  • Release / launch document substance → release-doc-writer.
  • Rollout/canary/rollback/control plane → platform-release-engineering.
  • Risk gates → feature-risk-router.
  • Verification strategy → testing-strategy.
  • Active post-release error → defect-diagnosis.
  • Wording polish → tighten-doc.

This skill coordinates gates; it does not itself authorize merge, tag push, production mutation, manual job play, force-push reset, or destructive cleanup. Boundary: once the user authorizes a merge, post-merge closeout cleanup of the merged temporary feature branch created for this delivery (worktree + local branch + remote branch) is already covered by that merge authorization per worktree-isolation 收尾 — do not re-ask (eligibility evidence per the Authorization matrix cleanup row). Permanent/integration source branches (e.g. dev) are never cleaned up under this carve-out, and an unclear branch role means preserve and ask; cleanup mechanics and safety rails stay with worktree-isolation.

Owner routing

Concern Owner
Release document evidence release-doc-writer
Rollout / rollback / production control plane platform-release-engineering
Risk labels and mandatory gates feature-risk-router
Verification strategy testing-strategy
Active incident / failed smoke defect-diagnosis
Release evidence signals platform-observability
Local branch/worktree safety worktree-isolation
MR/CI/tag commands repo tooling (glab, gh, approved API/CLI)
Feishu/Lark document operations Feishu/Lark tooling
Wording polish tighten-doc

Core lifecycle

  1. Intake — stated scope, production target, release source, tag rule, doc artifact, environments, and user decisions.
  2. Scope-confirmation gate — compare intended scope with first-hand base...release-head diff/log evidence; block on mismatch, over-broad source, target drift, or undocumented operational deltas.
  3. Test-scope prompt — emit test-scope handoff from confirmed diff; route full design to testing-strategy.
  4. Release-doc gate — invoke release-doc-writer to write confirmed scope/evidence depth before MR/merge authorization.
  5. MR/PR gate — duplicate check; read back URL, source/target, head SHA, CI, mergeability, discussions, auto-merge, and the remove-source-branch flag (the flag may stay set only if the cleanup row's source-eligibility conditions — temp branch created for this delivery, no other open or plan-declared consumer — still hold at merge time; otherwise read the flag back OFF before merging — asking may resolve classification, never waive this invariant).
  6. Merge gate — re-read immediately. A user-requested release includes its necessary in-scope merges; repairs/new PRs refresh validation, not permission. Single-object and explicit counted-batch directives keep their limits. Resolve foreign/out-of-scope changes before acting (canonical: references/mr-merge-authorization.md + worktree-isolation 合并执行协议).
  7. Tag/pipeline gate — verify tag absence/target; after push read back remote tag and pipeline/job behavior.
  8. Rollout/config handoff — live mutation goes to platform-release-engineering; this skill tracks evidence.
  9. Watchers — bounded read-only watchers; stop on terminal/manual/timeout and reconcile.
  10. Closeout — report only read-back facts and explicit gaps/deferred items.
  11. Post-release reset — remote ref maintenance with dry-run/before-after SHAs, --force-with-lease, and SHA equality proof.

Read the full file on GitHub · 94 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. today Changed 65e00ebb4db9
  2. 5d ago Changed 600184427683
  3. 8d ago First seen · 94 lines · 121 tokens per session scan A c53f4d6d1f06

Subscribe to this mod's changes

release-coordination is a skill published in the GitHub repository ccoalm/ccl-skills (6 stars, last pushed yesterday), licensed Apache-2.0. It adds 121 tokens to every session and 1,938 once invoked, about $0.0006 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.