ワンクリックで
release-version-update
릴리스 버전을 업데이트하고 changelog fragment를 컴파일하는 절차를 정의합니다.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
릴리스 버전을 업데이트하고 changelog fragment를 컴파일하는 절차를 정의합니다.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Diagnose over-abstraction in a package, then consolidate files by domain and deduplicate functional logic.
git worktree 생성과 제거 라이프사이클을 하나의 절차로 통합해 실행하는 스킬입니다.
Per-carrier request-block contracts and dispatch composition rules for carrier_dispatch requests. Load before the first dispatch of the session; skip reloading if already in context.
Host-owned Fleet Plan authoring and mutation workflow. Load before the first host plan_write call in a session and skip reloading when already in context. Use it for the required Plan template, optional Nimitz Plan assurance, Genesis Plan-driven handoff, host completion marking after artifact inspection, and Plan-state verification boundaries.
Drive a headless real-browser end-to-end test or diagnosis of the Fleet Console web UI with agent-browser. Use for Console SPA behavior such as blank screens, terminal rendering, Theater or Operation interactions, modal and keyboard boundaries, responsive layout, browser errors, HTTP requests, WebSockets, or final browser verification after a Console change. Do not use for Electron lifecycle, native menus or dialogs, Desktop security policy, packaging, or installed-app behavior; use desktop-e2e instead.
Use the coordinated Fleet protocol mode for multi-carrier or parallel ownership work.
| name | release-version-update |
| description | 릴리스 버전을 업데이트하고 changelog fragment를 컴파일하는 절차를 정의합니다. |
Use this prompt when preparing a fleet-harness release version update and release notes from .changelog.d/*.md fragments.
Update the root fleet-harness version and compile the release notes from repository-owned changelog fragments.
pwdAGENTS.md files before planning or editing:
AGENTS.md.AGENTS.md.git status --short --branchgit branch --show-currentmain ref exists before comparing against it.main:
git log --oneline --decorate --no-merges main..HEAD.git diff --stat main...HEAD.git diff --name-status main...HEAD.release/v0-1-2, infer 0.1.2 and state that inference.package.json.pnpm-lock.yaml (the importers."." block).pnpm version <version> --no-git-tag-version so the package metadata stays consistent without creating a tag..changelog.d/*.md fragments before release compilation, unless this is an intentional no-changelog release.CHANGELOG.md [Unreleased] present and empty; do not manually populate it.node scripts/compile-changelog-fragments.mjs --check.node scripts/compile-changelog-fragments.mjs --dry-run --version <version> --date <YYYY-MM-DD>.node scripts/compile-changelog-fragments.mjs --version <version> --date <YYYY-MM-DD>, adding --allow-empty only for intentional no-changelog releases.package.json and pnpm-lock.yaml report the same version.git diff --check.package.json, pnpm-lock.yaml, CHANGELOG.md, and .changelog.d.Release notes and changelog compilation are host-owned. Synthesize release items directly from the branch diff, commit history, and validated .changelog.d/ fragments — never delegate release-note synthesis to a Carrier.
Scale the synthesis to the evidence: small changes may need only the validated fragments and a concise diff/commit review, while broad releases require a correspondingly wider host audit.