ワンクリックで
release-notes
Generate App Store and Google Play "What's New" release notes by comparing main against the previous minor version tag
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate App Store and Google Play "What's New" release notes by comparing main against the previous minor version tag
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | release-notes |
| description | Generate App Store and Google Play "What's New" release notes by comparing main against the previous minor version tag |
| version | 1.0.0 |
Use this skill when the user says "create release notes", "write release notes", or similar.
Read the current version from package.json (version field). Parse it as X.Y.Z.
Find the correct base tag:
Y - 1git tag --list "X.(Y-1).*" --sort=version:refname to list all tags for the previous minor1.8.0, find the first 1.7.x taggit log <base-tag>..main --oneline
git diff <base-tag>..main -- package.json
Categorise commits into:
ci:, chore:, dependency bumps, tooling, build pipelineWrite two versions — English and Slovenian — for App Store and Google Play.
Tone and style rules (match exactly):
Example (English):
Quiet. Clean. Unapologetic.
• Poked around in the dark corners and fixed what didn't belong there.
• A few bugs tried to hide. They failed.
• Things work better now. We'll leave it at that.
Not a lot to say. Just a lot done.
Example (Slovenian):
Tiho. Čisto. Brez opravičil.
• Pokukali smo v temne kotičke in odpravili, kar ni sodilo tja.
• Nekaj hroščev se je skušalo skriti. Niso uspeli.
• Stvari delujejo bolje. Pustimo pri tem.
Ni veliko za povedati. Narejenega pa je bilo veliko.
Output both versions clearly labelled, ready to paste into the store listing.