app-store-changelog

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

1|Updated Aug 16, 2025
One-click install
npx skills add https://github.com/barronlroth/Cubby --skill app-store-changelog-barronlroth
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: app-store-changelog
Source: https://github.com/barronlroth/Cubby/tree/main/.agents/skills/app-store-changelog
Command: npx skills add https://github.com/barronlroth/Cubby --skill app-store-changelog-barronlroth

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automatically generate user-facing App Store release notes from the project's git history since the last tag, ensuring customers understand what's new.

Core Features & Use Cases

  • Collect changes from git history since the last tag using the provided script.
  • Triage changes to surface user-visible updates and group into themes (New, Improved, Fixed).
  • Draft concise, benefit-focused App Store bullets mapped to real changes.
  • Validate output to ensure only user-impacting changes are included and phrasing is clear.

Quick Start

Run scripts/collect_release_changes.sh from the repository root to generate a changelog draft.

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 from git history by running the scripts/collect_release_changes.sh utility to collect commits since the last tag and draft formatted, store-ready bullets for marketing teams.

What is the best way to turn git commits into App Store release notes?▼

Turning git commits into App Store release notes is best handled by triaging git history since the last tag to surface user-visible updates and grouping them into New, Improved, and Fixed themes for concise, benefit-focused bullets.

Do I need git tags to automate app store changelog generation?▼

Yes, automating app store changelog generation requires a git repository with tags to accurately identify and collect changes since the last release tag for formatting into store-ready release notes.

How does a changelog generator filter internal commits from user-facing release notes?▼

A changelog generator filters internal commits by validating output to ensure only user-impacting changes are included, triaging git history to surface user-visible updates while excluding internal or irrelevant commit messages.

Can I group app release notes into themes like New, Improved, and Fixed from git history?▼

Yes, you can group app release notes into themes like New, Improved, and Fixed by triaging collected git history since the last tag to categorize user-visible updates into structured, benefit-focused App Store bullets.