From antigravity-awesome-skills
Generates user-facing App Store release notes from git history since the last tag. Filters internal changes into concise, benefit-focused bullets grouped by New, Improved, Fixed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:app-store-changelogThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a comprehensive, user-facing changelog from git history since the last tag, then translate commits into clear App Store release notes.
Generate a comprehensive, user-facing changelog from git history since the last tag, then translate commits into clear App Store release notes.
scripts/collect_release_changes.sh from the repo root to gather commits and touched files.scripts/collect_release_changes.sh v1.2.3 HEAD.The following shows how raw commits are translated into App Store bullets:
| Raw commit message | App Store bullet |
|---|---|
fix(auth): resolve token refresh race condition on iOS 17 | • Fixed a login issue that could leave some users unexpectedly signed out. |
feat(search): add voice input to search bar | • Search your library hands-free with the new voice input option. |
perf(timeline): lazy-load images to reduce scroll jank | • Scrolling through your timeline is now smoother and faster. |
Internal-only commits that are dropped (no user impact):
chore: upgrade fastlane to 2.219refactor(network): extract URLSession wrapper into moduleci: add nightly build jobWhat's New in Version 3.4
• Search your library hands-free with the new voice input option.
• Scrolling through your timeline is now smoother and faster.
• Fixed a login issue that could leave some users unexpectedly signed out.
• Added dark-mode support to the settings screen.
• Improved load times when opening large photo albums.
scripts/collect_release_changes.sh: Collect commits and touched files since last tag.references/release-notes-guidelines.md: Language, filtering, and QA rules for App Store notes.npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsGenerates user-facing App Store release notes from git history since the last tag. Translates raw commits into benefit-focused bullets grouped by theme.
Generates user-facing changelogs from git commits by categorizing changes and translating technical messages into customer-friendly release notes.
Generates user-friendly changelogs from git commit history by scanning, categorizing (features, fixes, etc.), filtering noise, and rephrasing technical details for customers.