Generate user-facing release notes for the App Store and Google Play from git history (App Store <=4000 chars, Google Play <=500). Use when generating release notes, app store changelog, play store release, or "what's new" text for a mobile app.
73
92%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
chore, refactor, ci, build, test, dependency bumps, and config changes — no user impact.git log <last-tag>..HEAD --oneline (or use provided commit list). If no tag exists, use full history.New, Improved, Fixed. Drop internal-only.What's New in [Version] header.See Commit-to-Bullet Examples for mapping patterns.
App Store (≤ 4000 chars):
What's New in Version X.Y
• [New] <user benefit — one sentence>
• [Improved] <user benefit — one sentence>
• [Fixed] <user benefit — one sentence>Google Play (≤ 500 chars):
• <highest-impact change>
• <second change>
• <third change>
[Bug fixes and performance improvements.]refactor, migrated, deprecated, PR, hotfix, or internal ticket IDs.chore: upgrade Gradle → drop entirely, never paraphrase as user feature.When this skill applies, preserve the following domain terminology or equivalent concrete examples in the answer when relevant:
9f695e8
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.