← Back to Skills Marketplace
dimillian

App Store Changelog

by Dimillian · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
5721
Downloads
5
Stars
14
Active Installs
2
Versions
Install in OpenClaw
/install app-store-changelog
Description
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.
Usage Guidance
Install this if you are comfortable letting the agent see commit subjects and touched file names from the repository range you run it on. Use a specific starting tag or ref for private repositories to avoid exposing full history when no tags exist.
Capability Analysis
Type: OpenClaw Skill Name: app-store-changelog Version: 1.0.1 The skill bundle is benign. Its purpose is to generate App Store release notes from git history. The `SKILL.md` instructions guide the AI agent to execute a local script (`scripts/collect_release_changes.sh`) and then process its output. The script itself uses standard `git` commands (`git describe`, `git rev-parse`, `git log`) to retrieve commit history and touched files, which is entirely aligned with the skill's stated purpose. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection attempts against the agent, or other high-risk behaviors.
Capability Assessment
Purpose & Capability
The stated purpose is to create App Store changelogs from git history, and the artifacts only collect commit summaries and touched file names for that purpose.
Instruction Scope
The workflow is user-invoked, scoped to the current repository and an optional tag/ref range, and tells the agent to validate notes against real changes.
Install Mechanism
No remote installer or package dependency is present, but the included executable helper relies on local bash, git, and sed being available.
Credentials
Reading commit messages and file paths is proportionate for changelog generation, though users should remember that repository history may contain private project details.
Persistence & Privilege
The artifacts show no persistence, privilege escalation, credential access, account mutation, background workers, network calls, or destructive file operations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install app-store-changelog
  3. After installation, invoke the skill by name or use /app-store-changelog
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Test
v1.0.0
- Initial release: Generate clear, user-facing App Store changelogs from git history. - Collects and summarizes all user-impacting changes since the last tag or a specified reference. - Automatically filters out internal-only changes like refactors, CI, and dependency updates. - Groups notes into user-friendly categories (New, Improved, Fixed) for easy review. - Outputs concise bullet lists tailored for App Store "What’s New" or release notes.
Metadata
Slug app-store-changelog
Version 1.0.1
License
All-time Installs 215
Active Installs 14
Total Versions 2
Frequently Asked Questions

What is App Store Changelog?

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. It is an AI Agent Skill for Claude Code / OpenClaw, with 5721 downloads so far.

How do I install App Store Changelog?

Run "/install app-store-changelog" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is App Store Changelog free?

Yes, App Store Changelog is completely free (open-source). You can download, install and use it at no cost.

Which platforms does App Store Changelog support?

App Store Changelog is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created App Store Changelog?

It is built and maintained by Dimillian (@dimillian); the current version is v1.0.1.

💬 Comments