← スキル一覧に戻る

release-prep
by johnhuang316
release-prepは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 695🍴 87📅 2026年1月23日
SKILL.md
name: release-prep description: Prepare a release for this repository when the user says "release". Use to review changes since the last release, choose and confirm the semver bump, run tests, update version files, tag, push, and draft the GitHub release for code-index-mcp.
Release Prep
Overview
Follow the code-index-mcp release checklist and use the helper script for quick repo status. Keep this file focused on the high-level workflow; the checklist contains the exact commands.
Workflow
- Run
scripts/run_release_checks.pyand review the output. - Review changes since the last tag, decide the semver bump, and confirm the target version + branch with the user.
- Confirm test scope (full vs. -k) and run:
uv run pytest. - Update version files:
pyproject.toml,src/code_index_mcp/__init__.py,uv.lock. - Ensure the diff only touches the three version files.
- Commit with Conventional Commits (e.g.,
chore(release): vX.Y.Z). - Draft release notes focused only on functional changes (exclude technical-only modifications) and confirm the notes with the user before creating the GitHub release.
- Tag, push branch + tag, and create the GitHub release.
- Follow up on CI/deploy jobs.
Resources
scripts/
scripts/run_release_checks.pyfor repo status, latest tag, and version file presence before editing versions.
references/
references/release_checklist.mdfor the exact steps, commands, and files.
スコア
総合スコア
85/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
✓人気
GitHub Stars 500以上
+10
○最近の活動
3ヶ月以内に更新がある
0/10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です