release-notes
Draft or refresh the human-written release notes for a version in `docs/releases/`. Codex equivalent of the Claude /release-notes command.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Draft or refresh the human-written release notes for a version in `docs/releases/`. Codex equivalent of the Claude /release-notes command.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Scaffold a new ADR in `docs/decisions/`. Codex equivalent of the Claude /adr-new command.
Enumerate the active Spring Voyage `area:*` taxonomy and the owning umbrella for each. Codex equivalent of the Claude /areas command.
Build all .NET projects and the Next.js portal. Codex equivalent of the Claude /build command.
Format the codebase. If $ARGUMENTS is provided, format only that target. Codex equivalent of the Claude /format command.
Run every lint-class CI gate locally. Codex equivalent of the Claude /lint command.
Run the OpenAPI contract drift check locally — mirrors CI's `openapi-drift` job. Codex equivalent of the Claude /openapi-diff command.
| name | release-notes |
| description | Draft or refresh the human-written release notes for a version in `docs/releases/`. Codex equivalent of the Claude /release-notes command. |
Codex equivalent of the Claude /release-notes command. Follow the same project workflow, using any provided user request as the command arguments.
Draft or refresh the human-written release notes for a version in docs/releases/.
These become the GitHub Release body (see docs/releases/README.md). They are the narrative companion to CHANGELOG.md, not a copy of it.
$ARGUMENTS — the target version or release line (e.g. 1.0.0). Optional second token: a path to extra source material (an announcement draft, a blog post) to borrow framing from.git tag -l 'spring-voyage-v*' and docs/plan/.eng/release/extract-changelog-section.sh Unreleased — the technical record of what's shipping.README.md — positioning, building blocks, install flow, license, container images.docs/releases/ (if any) — to keep voice and structure consistent.$ARGUMENTS.packages/ (which teams ship), and the connectors under src/Cvoya.Spring.Connector.*. Stale "not implemented" caveats are worse than omission.docs/releases/<line>.md (e.g. docs/releases/1.0.0.md), audience = someone discovering the project on the Releases page:
release.yml appends those automatically.release.yml appends a git-cliff What changed in this release delta automatically. Keep highlights capability-oriented; don't restate every PR.docs/releases/README.md.main before the release tag is cut (the workflow reads it from the tagged commit).Do not edit CHANGELOG.md here — that follows its own per-PR convention in CONTRIBUTING.md.