Skip to main content

release-note

Write concise user-facing release notes from a bounded set of product changes. Use when a release needs a publishable summary. Not for commit messages, pull-request descriptions, or general documentation.

インストールへ移動

ソース情報

リポジトリ
alexsmedile/skizl
ソースの最終更新活動
2026年8月14日 15:15
検出された SKILL.md の言語
英語
スター
0
フォーク
0

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
release-note
description
Write concise user-facing release notes from a bounded set of product changes. Use when a release needs a publishable summary. Not for commit messages, pull-request descriptions, or general documentation.
# Release Note Turn a supplied change set into a concise release note for product users. ## Workflow 1. **Select.** Read the complete change set and identify every change that affects users. Done when: each supplied change is classified as user-facing or internal, with a reason. 2. **Write.** Summarize the user-facing changes and include upgrade action only where required. Done when: every user-facing change appears once, internal detail is excluded, and each required user action is explicit. ## Output Return a short release-note heading followed by the user-facing changes and any required upgrade action. ## Done The note accounts for the complete supplied change set and contains no commit-message, pull-request, or general-documentation content.
GitHubで見る