store-changelog

Generate app store release notes from git history since a specified tag.

1.1k|58|Updated Feb 11, 2023
One-click install
npx skills add https://github.com/prof18/feed-flow --skill store-changelog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: store-changelog
Source: https://github.com/prof18/feed-flow/tree/main/.ai/skills/store-changelog
Command: npx skills add https://github.com/prof18/feed-flow --skill store-changelog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill generates release notes for app stores based on git history since a specified tag, helping teams publish consistent descriptions across Android, iOS, macOS, and Linux stores.

Core Features & Use Cases

  • Git-based release notes: Creates platform-ready notes from commit messages and descriptions.
  • Cross-store formats: Produces tailored notes for Android Play Store, iOS App Store, macOS App Store, and Linux packaging repositories.
  • Use Case: When preparing a new app release, generate store-ready changelogs from the latest tag to accompany app store submissions.

Quick Start

Run the tool against your repository to generate release notes from the latest tag or specify a target tag to include only changes since that tag.

Frequently Asked Questions about 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 tool against your git repository to analyze commits since a specified tag, categorizing changes into features, improvements, and fixes for store-ready descriptions.

Can I create store descriptions for both Android and iOS from git commits?

Yes, you can create cross-store release notes from git commits tailored for Android Play Store, iOS App Store, macOS App Store, and Linux packaging repositories simultaneously.

Do I need a specific git tag to generate store release notes?

You need a git environment and can specify a target tag to generate release notes since that tag, or default to the latest tag to capture all subsequent changes.

What's the best way to format git commit messages for app store changelogs?

Formatting git commit messages for app store changelogs is handled by analyzing commit history and categorizing changes into structured features, improvements, and fixes across multiple store formats.

Does generating release notes from git history work for Linux packaging repositories?

Yes, generating release notes from git history works for Linux packaging repositories, producing tailored changelog outputs alongside Android, iOS, and macOS store descriptions.

How are git commits categorized when generating store release notes?

Git commits are categorized into features, improvements, and fixes when generating store release notes, ensuring structured and consistent app store descriptions across platforms.