app-store-changelogCreate 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.
Install via ClawdBot CLI:
clawdbot install Dimillian/app-store-changelogGenerate a comprehensive, user-facing changelog from git history since the last tag, then translate commits into clear App Store release notes.
scripts/collect_release_changes.sh from the repo root to gather commits and touched files.scripts/collect_release_changes.sh v1.2.3 HEAD.scripts/collect_release_changes.sh: Collect commits and touched files since last tag.references/release-notes-guidelines.md: Language, filtering, and QA rules for App Store notes.Generated Mar 1, 2026
A fitness app team uses this skill to generate App Store release notes after each sprint, summarizing new features like workout plans and bug fixes for users. It ensures notes are user-friendly and compliant with store guidelines, saving time on manual drafting.
An e-commerce company employs this skill to create changelogs for app updates, highlighting user-impacting changes such as new payment methods or improved search functionality. It helps communicate value to customers and drive engagement after each release.
A SaaS provider uses this skill to draft App Store notes for new versions, focusing on user-facing improvements like enhanced collaboration features or performance fixes. It streamlines the release process by automating change collection and summarization.
A game development studio applies this skill to generate release notes for game updates, detailing new levels, bug fixes, and user interface enhancements. It ensures clear communication with players and maintains app store compliance without technical jargon.
This skill helps generate release notes that highlight new premium features or fixes, encouraging users to upgrade or make purchases. Clear, benefit-focused bullets can drive conversion by showcasing value in each update.
For subscription apps, this skill creates changelogs that emphasize ongoing improvements, reinforcing user retention and justifying renewal. It ensures notes are concise and user-centric, aligning with customer satisfaction goals.
This skill aids in drafting release notes that highlight new features or fixes to boost user engagement and ad impressions. By keeping updates clear and appealing, it helps maintain a large, active user base for ad revenue.
π¬ Integration Tip
Ensure the git repository has proper tagging and commit history for accurate change collection. Customize the script paths if needed to match your project structure.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.
Automated GitHub PR code review with diff analysis, lint integration, and structured reports. Use when reviewing pull requests, checking for security issues,...
Essential Git commands and workflows for version control, branching, and collaboration.
Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.