app-store-changelog

Generate App Store release notes from git commit history.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of user-facing App Store release notes by analyzing git history, saving developers significant time and ensuring consistent, high-quality release communications.

Core Features & Use Cases

  • Automated Changelog Generation: Collects and summarizes user-impacting changes since the last git tag.
  • Intelligent Filtering: Differentiates between user-visible changes and internal development work.
  • Use Case: After releasing a new version of your app, use this Skill to quickly generate the "What's New" text for the App Store, highlighting new features and bug fixes in a clear, concise format.

Quick Start

Use the app-store-changelog skill to generate release notes based on the git history since the last tag.

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?

This Skill automates generating App Store release notes by analyzing git commit history to collect and summarize user-impacting changes. It differentiates between user-visible updates and internal development work, creating clear "What's New" text for your submission.

How does automated changelog generation filter internal development work?

Automated changelog generation intelligently filters internal development work by differentiating user-visible changes from internal commits. It analyzes git history to ensure only relevant feature updates and bug fixes appear in the final App Store release notes.

Do I need git command-line tools to generate release notes from commit logs?

Yes, you need git command-line tools to generate release notes from commit logs. The process requires git to parse commit logs and identify specific changes between tags or specified references for your App Store submission.

Can I generate release notes for desktop applications requiring App Store submissions?

Yes, you can generate release notes for desktop applications requiring App Store submissions. This workflow applies to software development for both mobile and desktop applications, summarizing user-impacting changes from git history.

What is the best way to create "What's New" text for an App Store release?

The best way to create "What's New" text is to automate changelog generation by analyzing git history. This collects user-impacting changes since your last git tag, highlighting new features and bug fixes in a concise format.