π¦ ClawHub
App Store Changelog
by @dimillian
Create user-facing App Store release notes by collecting and summarizing all user-impacting changes since the last git tag (or a specified ref). Use when asked to generate a comprehensive release changelog, App Store "What's New" text, or release notes based on git history or tags.
TERMINAL
clawhub install app-store-changelogπ About This Skill
name: app-store-changelog description: Create user-facing App Store release notes by collecting and summarizing all user-impacting changes since the last git tag (or a specified ref). Use when asked to generate a comprehensive release changelog, App Store "What's New" text, or release notes based on git history or tags.
App Store Changelog
Overview
Generate a comprehensive, user-facing changelog from git history since the last tag, then translate commits into clear App Store release notes.Workflow
1) Collect changes
scripts/collect_release_changes.sh from the repo root to gather commits and touched files.scripts/collect_release_changes.sh v1.2.3 HEAD.2) Triage for user impact
3) Draft App Store notes
4) Validate
Output Format
Resources
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.