app-store-changelog

Editor's pick

Create user-facing App Store release notes by collecting and summarizing all user-impacting changes since the last git tag (or a specified ref). Use when asked to generate a comprehensive release changelog, App Store "What's New" text, or release notes based on git history or tags.

Type
skill
GitHub stars
3.8K
Repository
Dimillian/Skills
Category
documentation

Install

  1. 1Quick install (skills CLI)

    npx skills add Dimillian/Skills --skill app-store-changelog --agent claude-code

    Installs app-store-changelog into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.

  2. 2Manual install

    Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.

⚠️ Exact file layout and requirements vary by repository — always check the repo README first.

View on GitHub ↗

Prefer the full source? The repository README is the authoritative install reference.