release-prep
星标0
分支0
更新时间2026年3月12日 21:17
Orchestrate the full release preparation sequence — version bump, changelog, walkthrough, and validation
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Orchestrate the full release preparation sequence — version bump, changelog, walkthrough, and validation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | release-prep |
| description | Orchestrate the full release preparation sequence — version bump, changelog, walkthrough, and validation |
| user-invocable | true |
| argument-hint | [version] |
Prepare a release for the given version. Runs the full release prep sequence on a dedicated branch.
version (required) — semver string (e.g., 1.3.0)chore/release-{version}package.json version field, then run bun run version to sync manifest.json and versions.jsonchore: bump version to {version} and update changeloguvx showboat verify walkthrough.md --output walkthrough-new.md && mv walkthrough-new.md walkthrough.mddocs: regenerate walkthrough for {version}bun run build and commit the output — chore: rebuild main.js for {version}/pre-release skill to validate everything