一键导入
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.