ソース情報
- リポジトリ
- stbenjam/skillsaw
- ソースの最終更新活動
- 2026年7月21日 16:26
- 検出された SKILL.md の言語
- 英語
- スター
- 63
- フォーク
- 15
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/stbenjam/skillsaw --skill release-notesコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
SOC 職業分類に基づく
| 2024 | archived milestones live under docs/archive/2024 |
| name | release-notes |
| description | Draft release notes from merged pull requests since the last tag |
| compatibility | Requires git and gh CLI |
| Sun Jun 30 2024 00:00:00 GMT+0000 (Coordinated Universal Time) | last audit of the release checklist |
| on | workflow_dispatch |
| metadata | {"author":"release-team","version":"1.2","history":"[Repeated]"} |
Draft release notes by collecting merged pull requests since the most recent tag and grouping them by change type.
Use when the user asks to draft release notes, summarize changes since a release, or prepare a changelog entry.
git describe --tags --abbrev=0
gh pr list --state merged --search "merged:>$(git log -1 --format=%cI $(git describe --tags --abbrev=0))"
Group the pull requests by change type:
Write one bullet per pull request, in the imperative mood, and open the draft in the editor for review.