app-store-changelog

Generate App Store release notes from git history since the last tag.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/irchamaji/agents --skill app-store-changelog-irchamaji
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-store-changelog
Source: https://github.com/irchamaji/agents/tree/main/skills/app-store-changelog
Command: npx skills add https://github.com/irchamaji/agents --skill app-store-changelog-irchamaji

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes the time-consuming effort of writing user-facing App Store “What’s New” notes by turning your recent git changes into clear, storefront-ready release bullets.

Core Features & Use Cases

  • Collects release-relevant changes: Uses git tags (or a provided ref) to gather commits and touched files since the last release boundary.
  • Filters to user impact: Triages commits to include only user-visible improvements and fixes while dropping internal-only work (refactors, CI, dependency bumps).
  • Converts commits into App Store copy: Produces short, benefit-focused one-sentence bullets grouped by theme (typically New, Improved, Fixed).

Quick Start

Ask the AI to generate App Store “What’s New” release notes by summarizing all user-impacting changes since the last git tag for the next release.

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?

Generate App Store release notes by running a shell script to collect commits and touched files since the last git tag, filtering out internal-only work to output short, user-facing bullet sentences.

How do I write "What's New" copy for an iOS app update from git tags?

Write "What's New" copy by summarizing user-impacting git changes since a specified tag or ref, converting filtered commits into short, benefit-focused one-sentence bullets grouped by New, Improved, and Fixed themes.

Can I automatically filter out internal commits like refactors and CI changes from release notes?

Yes, the release notes generation process triages commits to include only user-visible improvements and fixes while automatically dropping internal-only work such as refactors, CI updates, and dependency bumps.

What's the best way to turn git commit logs into user-facing product update summaries?

Turn git commit logs into product update summaries by collecting touched files and commit history since a release boundary, filtering for user impact, and producing plain-language sentences grouped by release theme.

Do I need a specific git branching strategy to draft App Store release notes?

No specific branching strategy is required, but you need existing git tags or a specified ref as a release boundary to identify and collect the relevant user-facing changes for the App Store notes draft.

How are the generated App Store release notes structured for the storefront?

The generated release notes are structured as a short bullet list with one plain-language sentence per user-facing change, typically grouped into New, Improved, and Fixed categories for storefront readability.