What problem does it solve? Writing App Store "What's New" text from raw git history is tedious and error-prone. This Skill collects commits since the last tag, filters out internal-only work, and translates technical commit messages into clear, benefit-focused release notes. ## Core Features & Use Cases - Automated Change Collection: Runs a shell script to gather commits and touched files since the last git tag or a specified ref, with fallback to full history when no tags exist. - User-Impact Triage: Groups changes into New, Improved, and Fixed themes while dropping internal-only work like refactors, dependency bumps, and CI changes. - Storefront-Ready Output: Produces 5-10 plain-language bullets that map back to real changes and respect App Store text limits. - Use Case: Before shipping version 3.4 of an iOS app, run the Skill to turn dozens of raw commits into a polished "What's New" section ready to paste into App Store Connect. ## Quick Start Generate App Store release notes for all changes since the last git tag in this repository.