App Store Changelog

v1.0.1

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.

5· 5.1k·12 current·13 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description say it will gather git history and produce App Store release notes. The included script uses only git commands to list commits and touched files; the SKILL.md describes triage and drafting steps that map directly to that data. There are no unrelated requirements (no cloud creds, no external services).
Instruction Scope
SKILL.md instructs the agent to run the provided script from the repository root, review commit messages and touched files, group user-facing changes, and produce brief bullets. Those instructions stay within the stated purpose. Note: commit messages and diffs may contain internal details or secrets — the skill's guidance to drop internal-only work is appropriate but the user should still review generated notes for sensitive info.
Install Mechanism
There is no install spec; this is instruction-only plus a small bundled bash script. Nothing is downloaded or written to disk by an installer, and the script itself is short, readable, and uses only standard git tooling.
Credentials
The skill declares no required environment variables, credentials, or config paths and the runtime instructions do not attempt to read secrets or unrelated env vars. The script accesses only the local git repository, which is proportional to the task.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify other skills or system-wide settings. It simply reads git history and prints results; it does not persist new credentials or alter agent configuration.
Assessment
This skill appears coherent and limited to reading the repository's git history and helping write release notes. Before running or granting the agent permission to execute it: (1) ensure you run it from the intended repository root so it doesn't read another project; (2) review commit messages and the generated notes for any internal-only wording or accidentally committed secrets (commit messages can leak sensitive info); (3) run the included script locally first to inspect its output; and (4) always review and edit the final App Store text before publishing. If you allow autonomous agent execution, remember the agent will be able to read the repo's git history when invoked.

Like a lobster shell, security has layers — review code before you run it.

latestvk97694y21zt8wdxzr89w2k4n757yt566

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments