cyberneticlibrary

Generate app store release notes

app-store-changelogskillsetup L10
Sheshiyer/skill-clusters
What it does

Generate user-facing App Store release notes from git history

Best for

When you need to turn raw git history into polished App Store copy focused on user benefit, not features.

Inputs
  • · git tag range (or full history)
  • · commit list with files touched
Outputs
  • · markdown release notes with 5-10 benefit-focused bullets
Requires
  • · git (log, show)
  • · scripts/collect_release_changes.sh
Preconditions

Git history with meaningful messages, intent to release, optional: previous release tag

Failure modes
  • · Internal-only commits included
  • · Technical jargon left unreworded
  • · No tag found
Trust signals
  • · Explicit commit→bullet examples (fix(auth) → "Fixed login issue")
  • · Filters internal (chore, refactor, ci)
  • · Avoids deadening language and jargon