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-coordinationgit 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-coordination)<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>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.00121 | $0.01938 |
| Opus 5 | $0.00060 | $0.00969 |
| Sonnet 5 | $0.00024 | $0.00388 |
| Haiku 4.5 | $0.00012 | $0.00194 |
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.
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
- Intake — stated scope, production target, release source, tag rule, doc artifact, environments, and user decisions.
- Scope-confirmation gate — compare intended scope with first-hand
base...release-headdiff/log evidence; block on mismatch, over-broad source, target drift, or undocumented operational deltas. - Test-scope prompt — emit test-scope handoff from confirmed diff; route full design to
testing-strategy. - Release-doc gate — invoke
release-doc-writerto write confirmed scope/evidence depth before MR/merge authorization. - 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).
- 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合并执行协议). - Tag/pipeline gate — verify tag absence/target; after push read back remote tag and pipeline/job behavior.
- Rollout/config handoff — live mutation goes to
platform-release-engineering; this skill tracks evidence. - Watchers — bounded read-only watchers; stop on terminal/manual/timeout and reconcile.
- Closeout — report only read-back facts and explicit gaps/deferred items.
- Post-release reset — remote ref maintenance with dry-run/before-after SHAs,
--force-with-lease, and SHA equality proof.
What ships with it
9 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.
- agents/openai.yaml 286 B
- references/config-runtime-readback.md 958 B
- references/mr-merge-authorization.md 1.9 KB
- references/post-release-env-reset.md 1.1 KB
- references/release-closeout-evidence.md 1.0 KB
- references/release-scope-confirmation.md 1.6 KB
- references/tag-and-prod-pipeline-gate.md 2.1 KB
- references/test-scope-prompt.md 1.3 KB
- references/watcher-discipline.md 869 B
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.
- today Changed 65e00ebb4db9
- 5d ago Changed 600184427683
- 8d ago First seen · 94 lines · 121 tokens per session scan A c53f4d6d1f06
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.
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.