app-store-changelog

Convert git history into App Store release notes with bullet-based themes.

3|2|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/dagba/ios-mcp --skill app-store-changelog-dagba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-store-changelog
Source: https://github.com/dagba/ios-mcp/tree/main/skills/app-store-changelog
Command: npx skills add https://github.com/dagba/ios-mcp --skill app-store-changelog-dagba

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Converts git history into user-facing App Store release notes, saving time and ensuring consistency across releases.

Core Features & Use Cases

  • Automates extraction of user-visible changes from commits and touched files since the last tag.
  • Produces clear, storefront-ready release notes suitable for "What’s New" sections.
  • Supports targeted notes for specific tags or refs, enabling pre-release drafting.

Quick Start

Run the change collection script from the repository root: scripts/collect_release_changes.sh. To target a specific reference, pass it as an argument: scripts/collect_release_changes.sh v1.2.3 HEAD. Then review and format the resulting notes for App Store submission.

Frequently Asked Questions about app-store-changelog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate App Store release notes from git history?

You can automate App Store release notes generation by running the collection script from your repository root to extract commits and touched files, grouping them into themes for a concise, storefront-ready notes document.

Can I generate release notes for a specific git tag or ref?

Yes, you can target specific tags or refs by passing the reference as an argument to the collection script, such as scripts/collect_release_changes.sh v1.2.3 HEAD, enabling pre-release drafting.

What is the best way to automate App Store notes generation from commits?

The best way to automate notes generation is using a script that extracts user-visible changes from commits and touched files since the last tag, grouping them into themes for a clear, storefront-ready document.

How does the script identify user-visible changes for the What's New section?

The script identifies user-visible changes by aggregating commits and touched files since the last tag, grouping items into themes to produce a concise, bullet-based notes document for the App Store What's New section.

Do I need any dependencies to convert git history into storefront-ready notes?

No external dependencies are required to convert git history into storefront-ready notes. The Skill relies solely on the provided scripts and references to collect changes and format the output document.