prepare-release
スター8
フォーク0
更新日2026年3月2日 00:29
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/draft_release_{version}.md. Here are some additional guidelines:**Full Changelog**: https://github.com/DavidKoleczek/interop-router/compare/vx1.y1.z1...vx2.y2.z2
Available on [PyPI](https://pypi.org/project/interop-router/x.y.z/).