一键导入
ce-release-finalize
Execute the complete calibrated-explanations release handoff: automated preflight, human-gated publication, and automated postcommit cleanup.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Execute the complete calibrated-explanations release handoff: automated preflight, human-gated publication, and automated postcommit cleanup.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Compatibility shim that redirects to the canonical shared skill definition in `.claude/skills/ce-adr-author/SKILL.md`.
Compatibility shim that redirects to the canonical shared skill definition in `.claude/skills/ce-adr-consult/SKILL.md`.
Compatibility shim that redirects to the canonical shared skill definition in `.claude/skills/ce-adr-gap-analyzer/SKILL.md`.
Compatibility shim that redirects to the canonical shared skill definition in `.claude/skills/ce-alternatives-explore/SKILL.md`.
Compatibility shim that redirects to the canonical shared skill definition in `.claude/skills/ce-calibrated-predict/SKILL.md`.
Compatibility shim that redirects to the canonical shared skill definition in `.claude/skills/ce-claim-author/SKILL.md`.
| name | ce-release-finalize |
| description | Execute the complete calibrated-explanations release handoff: automated preflight, human-gated publication, and automated postcommit cleanup. |
Finalize a calibrated-explanations release by following release.md exactly.
Load references/pypi_release_guide.md for command details.
X.Y.(Z+1) when the master
plan names a minor, major, or prerelease milestone.make release-preflight updates deterministic release metadata. Do not
duplicate that work manually before the command.v is used for tags/citation display, not package/runtime metadata.make release-preflight
make release-finalize
release-preflight owns release-plan readiness, CHANGELOG conversion, all
deterministic release-file updates, tests, notebook execution/save, version
alignment, clean build, Twine/artifact validation, and clean-wheel smoke.
release-finalize verifies that the green snapshot and worktree are unchanged.
For an intentional override:
make release-preflight VERSION=<exact-version> RELEASE_DATE=YYYY-MM-DD
Do not proceed unless both commands exit 0.
The maintainer performs and confirms these immutable/external actions:
Do not execute these actions. Pause after make release-finalize and wait for
the maintainer to confirm that all three succeeded.
After the maintainer confirms steps 11-13:
make release-postcommit
The command verifies the exact PyPI metadata and rendered page, installs the
published pin in a clean environment with an exact version assertion, uses or
scaffolds the master plan's next milestone, updates release tracking, archives
the released plan, and bumps to the next plan's declared development version.
Use NEXT_VERSION=<milestone> only when the master plan is absent or does not
name the intended transition.
If postcommit creates a scaffold, immediately use ce-release-planner to turn
it into the required content-complete version plan. A scaffold is not release
closure evidence.
twine check, preflight, or finalize.release.md and the canonical guide in
references/pypi_release_guide.md.