my-ios-app-store-changelog — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited my-ios-app-store-changelog (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Adapted from Dimillian/Skills app-store-changelog under the MIT License; see LICENSE in this skill directory.
Generate 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 to gather commits and touched files. Resolve the script path relative to this skill directory, not the target repo.<skill-dir>/scripts/collect_release_changes.sh v1.2.3 HEAD.The following shows how raw commits are translated into App Store bullets:
| Raw commit message | App Store bullet |
|---|---|
fix(auth): resolve token refresh race condition on iOS 17 | • Fixed a login issue that could leave some users unexpectedly signed out. |
feat(search): add voice input to search bar | • Search your library hands-free with the new voice input option. |
perf(timeline): lazy-load images to reduce scroll jank | • Scrolling through your timeline is now smoother and faster. |
Internal-only commits that are dropped (no user impact):
chore: upgrade fastlane to 2.219refactor(network): extract URLSession wrapper into moduleci: add nightly build jobWhat's New in Version 3.4
• Search your library hands-free with the new voice input option.
• Scrolling through your timeline is now smoother and faster.
• Fixed a login issue that could leave some users unexpectedly signed out.
• Added dark-mode support to the settings screen.
• Improved load times when opening large photo albums.scripts/collect_release_changes.sh: Collect commits and touched files since last tag. Run it with the target app repo as the current working directory.references/release-notes-guidelines.md: Language, filtering, and QA rules for App Store notes.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.