appstore-release-notes

Generates bilingual App Store release notes from CHANGELOG.md or git log.

Updated Nov 29, 2025
One-click install
npx skills add https://github.com/peinan/dotfiles --skill appstore-release-notes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: appstore-release-notes
Source: https://github.com/peinan/dotfiles/tree/main/src/.claude/skills/appstore-release-notes
Command: npx skills add https://github.com/peinan/dotfiles --skill appstore-release-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of App Store release notes in both Japanese and English, saving developers time and ensuring consistent messaging for app updates.

Core Features & Use Cases

  • Automated Changelog Generation: Extracts changes from CHANGELOG.md or git log.
  • Multi-language Output: Generates concise release notes in both Japanese and English.
  • Use Case: Prepare your App Store submission by quickly generating release notes that highlight new features and bug fixes, tailored for a global audience.

Quick Start

Generate release notes for version 1.2.0 of the application.

Frequently Asked Questions about appstore-release-notes

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

FAQPage Schema
How do I generate App Store release notes from a changelog or git log?

To generate App Store release notes, you extract changes from CHANGELOG.md or git log for a specific version, filter for user-perceptible updates, and format them concisely with bullet points in Japanese and English.

How does version detection work when generating release notes from git log?

Version detection for release notes works by identifying the target version through git tags or package.json, allowing the tool to extract only the changes committed since that specified version.

Can I automatically translate app store release notes into Japanese and English?

Yes, you can automatically generate localized app store release notes in both Japanese and English simultaneously, ensuring consistent messaging for a global audience without manual translation effort.

What is the best way to filter git log for user-perceptible app store updates?

Filtering git log for user-perceptible updates involves parsing commit history for a specific version and excluding internal changes, yielding concise bullet points that highlight only new features and bug fixes.

Do I need a CHANGELOG.md file to generate localized release notes?

No, you do not need a CHANGELOG.md file to generate localized release notes; the tool can also extract and format changes directly from your git log history if a changelog is unavailable.