← Back to Skills Marketplace
dimillian

App Store Changelog

by Dimillian · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
6104
Downloads
5
Stars
0
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 read commit subjects and touched file names from the repository range you run it on. For private repositories, pass a specific starting tag or ref to avoid summarizing full history when no tags are present.
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 generate App Store changelogs from repository history, and the artifacts only collect commit summaries and touched file names for that purpose.
Instruction Scope
Instructions are user-invoked, scoped to the current git repository and an optional tag/ref range, and require validating that release-note bullets map to real changes.
Install Mechanism
The bundle includes a small local bash helper using git and sed; there is no remote installer, package dependency, or install-time execution shown.
Credentials
Reading commit messages and file paths is proportionate for changelog generation, but repository history may contain private project details, especially when no tags exist and the script falls back to full history.
Persistence & Privilege
The artifacts show no persistence, privilege escalation, background worker, credential/session access, network call, mutation of repository state, or destructive file operation.
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 0
Active Installs 0
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 6104 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