Borrowing it
Nothing to install: this file belongs to cookyman74/my_harness. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/cookyman74/my_harness/main/.claude/skills/release-flow/SKILL.mdgit clone --depth 1 https://github.com/cookyman74/my_harnessWrote 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/cookyman74/my_harness/release-flow)<a href="https://agentmods.dev/skills/cookyman74/my_harness/release-flow"><img src="https://agentmods.dev/badge/skills/cookyman74/my_harness/release-flow/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/cookyman74/my_harness/release-flow"><img src="https://agentmods.dev/badge/skills/cookyman74/my_harness/release-flow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00123 | $0.00670 |
| Opus 5 | $0.00062 | $0.00335 |
| Sonnet 5 | $0.00025 | $0.00134 |
| Haiku 4.5 | $0.00012 | $0.00067 |
Grade A, and why
release-flow 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 9d 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.
What it actually says
release-flow — 릴리스 흐름
.claude-plugin/plugin.json을 버전 기준으로, 흩어진 버전 출처를 한 번에 일치시킨다.
왜
버전 출처가 4곳(plugin.json, marketplace.json, README 뱃지 3종, CHANGELOG)이라 손으로 올리면 반드시 일부가 빠진다 — 실제로 과거 3중 불일치가 발생했다(CHANGELOG [1.2.1] Fixed 참조). 한 흐름으로 묶어 누락을 없앤다.
워크플로우
- 현 상태 점검 —
bash scripts/check-version.sh실행. 현재 불일치/CHANGELOG 잔여 확인. - 버전 산정 — 반영할 변경의 성격으로 SemVer 결정: 호환 깨짐=major, 기능 추가=minor, 수정만=patch. 또는 사용자 지정 버전 사용.
- CHANGELOG 승격 —
[Unreleased]내용을## [X.Y.Z] - YYYY-MM-DD섹션으로 승격(한국어, 레포 컨벤션). 새[Unreleased]빈 섹션 생성. - 버전 동기 갱신 —
plugin.json→marketplace.json갱신. README 뱃지는doc-sync스킬/doc-syncer에 위임. - 재검증 —
bash scripts/check-version.sh재실행 → PASS 확인.repo-qa에 교차 검증. - 태그 계획 —
git tag vX.Y.Z명령을 계획으로만 제시. 커밋·태그·push는 사용자 승인 후에만.
스크립트
scripts/check-version.sh— 버전 3중 정합성 검사. 종료코드 0=PASS, 1=FAIL. README 뱃지·CHANGELOG까지 한 번에 비교.
규칙
- 커밋/태그/push 자동 실행 금지. 계획 제시 후 승인 대기.
- 자동 통일 시 변경 전 값을 보고서에 병기.
- 변경 성격이 모호하면 추측 금지 → 질문.
- 계획은
_workspace/release/{date}_plan.md에 기록.
후속 실행
_workspace/release/*가 있으면 이어서 작성. "다시 릴리스"는 check-version부터 재실행.
What ships with it
1 file 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.
- 9d ago First seen · 32 lines · 123 tokens per session scan A a2df74883da2
release-flow is a skill published in the GitHub repository cookyman74/my_harness (80 stars, last pushed 5d ago), licensed Apache-2.0. It adds 123 tokens to every session and 670 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-30.
Other skills, from other repositories
release-announcement
Write a release announcement — changelog, blog post, in-app note, or social post — that leads with user impact, names the audience, and includes upgrade/migration steps without filler.
multi-agent-release-manager
Cleans up the workspace, formats code, runs presubmit checks, and uploads CLs to Gerrit.
release-notes
Generate user-facing release notes from tickets, PRDs, or changelogs. Creates clear, engaging summaries organized by category (new features, improvements, fixes). Use when writing release notes, creating changelogs, announcing product updates, or summarizing what shipped.
pack-submit
Package one of this agent's own skills as a standalone community pack and submit it to the aeon registry as a PR.
nvca-chart-release
Release NVCA Operator chart changes from the native monorepo source to the vendored Helm chart. Use when updating the vendored NVCA Operator chart, changing NVCA image refs, publishing helm-nvca-operator, or validating the chart against a self-managed control plane.
updater_guide
Guidance for checking for and installing Row-Bot updates.