Borrowing it
Nothing to install: this file belongs to apokamo/kaji. 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/apokamo/kaji/main/.claude/skills/release-starter/SKILL.mdgit clone --depth 1 https://github.com/apokamo/kajiWrote 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/apokamo/kaji/release-starter)<a href="https://agentmods.dev/skills/apokamo/kaji/release-starter"><img src="https://agentmods.dev/badge/skills/apokamo/kaji/release-starter.svg" alt="Measured on agentmods" 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.00034 | $0.01556 |
| Opus 5 | $0.00017 | $0.00778 |
| Sonnet 5 | $0.00007 | $0.00311 |
| Haiku 4.5 | $0.00003 | $0.00156 |
Grade A, and why
release-starter 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 4d 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 — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Release Starter
/release-starter <tracking_issue_id> で managed starter の検証済み template snapshot を公開する。
Pre-flight
- tracking Issue と starter sync runbook から
target(= 本文の現在の
syncingbatch から求まるactive_target)、covered_targets(同じ batch の target 集合)、starter identity、local path を解決する。同じ本文読み取りからtracking_issue_has_pending_tasks(現在の batch 以外にopen行が残っているか)も導出する。 kaji issue resolve-verdict <id> --step review-starter-update --require-meta target --require-meta base --require-meta candidateを実行し、最新 verdict が独立 review PASS で、 meta.target == active_target、meta.candidate == local main HEAD であることを確認する。未検出、 不正 marker、meta 欠落、不一致は fail-closed で ABORT。- local main clean、target kaji Release published、dependency / lockfile version 整合、quality gate を確認する。
meta.base == meta.candidateの N/A を release-plan より先に分岐し、N/A では release-plan を呼ばない。ただし N/A でも close 前に remote main == meta.base (== meta.candidate) を必須とし、review PASS 後に remote main が前進していれば stale review evidence として ABORT する。変更 candidate の場合だけ、この時点で初めて pre-flight and recovery を読み、手順1で導出したtracking_issue_has_pending_tasksを含む観測 JSON を release-plan へ渡す。未公開 path は remote main == meta.base、公開済み残処理 path は remote main == meta.candidate を必須にする。
Publish
- N/A (
meta.base == meta.candidate): 上記の先行分岐で、独立 review PASS かつ remote main == meta.base (== meta.candidate) を確認した後だけ完了 bookkeeping(後述)を実行する。 remote main が前進していれば stale review evidence として ABORT する。starter tag / Release は 作らない。 - ref push path: candidate SHA と
kaji-vX.Y.Zまたはkaji-vX.Y.Z-rNを提示し、workflow 外で 人間の明示承認を得てから annotated tag と main をgit push --atomicする。 - push 後は Release notes template から
gh release createを実行し、 続けて完了 bookkeeping を行う。 - route 2 の部分成功再実行は release-plan の
remaining_actionsのうちcreate_releaseだけを 実行する(不足していればgh release createを再試行。新 tag、ref push、再承認は不要)。update_state_table/close_tracking_issue/promote_next_taskは状態表更新・Issue close が未完了であることを示す参考情報に留め、直接実行しない。実行は必ず下記の完了 bookkeeping(kaji starter task-plan)経由で行う(判定の二重化防止。詳細は pre-flight and recovery)。
What ships with it
2 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.
- 4d ago Changed · +42 lines 95d6475054a8
- 8d ago First seen · 50 lines · 34 tokens per session scan A 48ccbebdd506
release-starter is a skill published in the GitHub repository apokamo/kaji (12 stars, last pushed today), licensed Apache-2.0. It adds 34 tokens to every session and 1,556 once invoked, about $0.0002 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
codew-release-qa-sweep
Use before claiming Codewhale release work is done: run the full gate sweep and list the manual QA targets.
gh-credit-harvest
Harvest one community PR into a release branch with authorship and credit preserved, verified green, and a warm thank-you.
release
Skill "release" from Hmbown/Codewhale, covering release, invocation, non-goals and workflow.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
finishing-a-development-branch
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work.
release-cut
Cut a new pi-agent-dashboard release: promote ## [Unreleased] in CHANGELOG.md, bump every workspace package.json per SemVer, commit, tag v , and push — triggering the Release workflow that publishes every non-private workspace, builds the Electron artifacts, and creates a GitHub Release. Use on "cut a release"…