my_harness: Skill for Claude Code

.claude/skills/release-flow/SKILL.md

release-flow is a skill for Claude Code from cookyman74/my_harness. It costs 123 tokens per session (670 once invoked), scanned A, original, Apache-2.0.

A release checklist for keeping a repository’s version numbers, changelog, and documentation consistent. SemVer, or Semantic Versioning, is a convention for marking breaking changes, new features, and fixes.

In plain words
What is it for?
Use it to inspect the current version, choose or apply a version bump, promote unreleased notes, update package files, check documentation badges, and prepare a Git tag plan.
Why use it?
It prevents a release from leaving different files with conflicting versions or unfinished changelog entries.

Skill for Claude Code

Written for Claude Code: Claude Code plugin machinery.

This is cookyman74/my_harness's own configuration. It tells Claude Code how to work on my_harness itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything my_harness configures →

Part of the myharness plugin — 7 skills, 6 agents shipped together

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/cookyman74/my_harness/main/.claude/skills/release-flow/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/cookyman74/my_harness

Made for: Claude Code.

Or install myharness, the plugin that ships this one along with the rest of its 7 skills, 6 agents.

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-flow

README.md
[![agentmods](https://agentmods.dev/badge/skills/cookyman74/my_harness/release-flow/github.svg)](https://agentmods.dev/skills/cookyman74/my_harness/release-flow)
Your own site
<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.

agentmods 80×15 button for release-flow

Your own site · 80×15
<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>
Per session 123 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 670 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00123 $0.00670
Opus 5 $0.00062 $0.00335
Sonnet 5 $0.00025 $0.00134
Haiku 4.5 $0.00012 $0.00067

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

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/check-version.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/release-flow/SKILL.md · 32 lines

What it actually says

release-flow — 릴리스 흐름

.claude-plugin/plugin.json을 버전 기준으로, 흩어진 버전 출처를 한 번에 일치시킨다.

버전 출처가 4곳(plugin.json, marketplace.json, README 뱃지 3종, CHANGELOG)이라 손으로 올리면 반드시 일부가 빠진다 — 실제로 과거 3중 불일치가 발생했다(CHANGELOG [1.2.1] Fixed 참조). 한 흐름으로 묶어 누락을 없앤다.

워크플로우

  1. 현 상태 점검bash scripts/check-version.sh 실행. 현재 불일치/CHANGELOG 잔여 확인.
  2. 버전 산정 — 반영할 변경의 성격으로 SemVer 결정: 호환 깨짐=major, 기능 추가=minor, 수정만=patch. 또는 사용자 지정 버전 사용.
  3. CHANGELOG 승격[Unreleased] 내용을 ## [X.Y.Z] - YYYY-MM-DD 섹션으로 승격(한국어, 레포 컨벤션). 새 [Unreleased] 빈 섹션 생성.
  4. 버전 동기 갱신plugin.jsonmarketplace.json 갱신. README 뱃지는 doc-sync 스킬/doc-syncer에 위임.
  5. 재검증bash scripts/check-version.sh 재실행 → PASS 확인. repo-qa에 교차 검증.
  6. 태그 계획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부터 재실행.

Files

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.

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. 9d ago First seen · 32 lines · 123 tokens per session scan A a2df74883da2

Subscribe to this mod's changes

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.