Agent skill
prep_release
バージョン更新、CHANGELOG整備、パッケージビルド・公開など、リリース前・リリース時の準備を行う
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/prep-release-tatsuki-washimi-gwexpy-2
SKILL.md
Prepare Release
リリース前後の包括的な準備・公開を自動化します。
Quick Usage
/prep_release # Interactive release preparation
/prep_release --build # Build only
/prep_release --testpypi # Upload to TestPyPI
/prep_release --production # Upload to production PyPI
Release Workflow
リリースプロセスは以下のステップで構成:
- Versioning - バージョン番号の更新
- Changelog - CHANGELOG.md の整備
- Build - パッケージのビルド
- Verification - メタデータ検証
- Publish - PyPI への公開
Modes
Build Mode (デフォルト)
パッケージをビルドし、dist/ に生成:
詳細:reference/build.md
TestPyPI Mode
テスト環境(TestPyPI)に公開:
詳細:reference/testpypi.md
Production Mode
本番 PyPI に公開:
詳細はセキュリティ上の理由から省略。用途に応じて参照。
Steps
- reference/versioning.md - バージョン更新
- reference/changelog.md - CHANGELOG 整備
- reference/build.md - パッケージビルド
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?