用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tafreeman/executionkit --skill release命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | release |
| description | Prepare and publish an ExecutionKit release through the repository workflows. |
Do not publish from a dirty tree or while required CI checks are failing.
__version__ in executionkit/__init__.py.Unreleased entries in CHANGELOG.md into
## [x.y.z] - YYYY-MM-DD.Unreleased section for later changes.python -m build.x.y.z.Commit only the intended release changes:
chore(release): x.y.z
Create the annotated release tag:
git tag -a vx.y.z -m "ExecutionKit x.y.z"
Push the release commit and that exact tag after review.
Pushing v* starts .github/workflows/publish.yml. The workflow:
Do not add a PyPI API token. If publication fails, fix the workflow or trusted publisher configuration and manually dispatch the existing tag ref. Do not move or recreate a published tag.
Documentation is deployed by .github/workflows/docs.yml after successful CI
on main; do not push directly to gh-pages.
After PyPI publication succeeds, create a GitHub release for vx.y.z using the
matching changelog section. Include behavior changes and migration steps
directly. Confirm the GitHub release, PyPI files, and documentation all point
to the same commit and version.