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/).