Skill Detail
Draft user-facing App Store release notes from git history with App Store Changelog
Turn commits since the last tag into concise App Store What's New bullets instead of hand-sifting raw git history.
Templates & WorkflowsCodex
Templates & Workflows
Codex
Security Reviewed
Tool match: skills
MIT license
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill draft-user-facing-app-store-release-notes-from-git-history-with-app-store-changelog
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Codex skills directory, a Git repository with tags or refs, shell access to run the included collection script
Install & setup
Place the app-store-changelog folder under $CODEX_HOME/skills, then run the documented collect_release_changes.sh flow from the target repository and draft the final App Store bullets from the gathered git range.
Author
Dimillian
Publisher
Individual
Last updated
Apr 21, 2026
Quick brief
Use App Store Changelog when the task is to convert a release range in git history into short, user-facing App Store notes instead of reading commits manually or publishing a generic release-management tool card. The agent collects changes since the last tag or chosen ref, filters for user-visible work, groups themes, and rewrites them into storefront-ready bullets. That scope boundary, git-range to App Store release-note drafting for Codex users, keeps the entry skill-shaped and distinct from broader changelog generators.