prepare-release
星标0
分支0
更新时间2026年2月15日 00:21
Run this before commiting and pushing changes.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Run this before commiting and pushing changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | prepare-release |
| description | Run this before commiting and pushing changes. |
| disable-model-invocation | true |
I am about to release a new version of this package. Please take the following steps to make sure it is successful:
Understand changes:
Checks:
uv sync --all-extras --all-groups to make sure the lock file is up to date.uv run ruff format && uv run ruff check --fix && uv run ty checkuv build to make sure the package builds correctly.Draft release notes:
ai_working/release_note_drafts/draft_release_{version}.md. Here are some additional guidelines:**Full Changelog**: https://github.com/DavidKoleczek/agent-core/compare/vx1.y1.z1...vx2.y2.z2
Available on [PyPI](https://pypi.org/project/agent-core-toolkit/x.y.z/).