appstore-release-notes-writer

Solid

Use when the requested App Store artifact is What's New release notes or promotional text, drafted from git history, bullets, or free text and optionally localized. Not for full listing translation, canonical metadata field sync, or subscription/IAP display names.

AI & Automation 8 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
32
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# App Store Release Notes Writer Write human-focused release notes, optionally localized to every existing metadata locale. Use `appstore-metadata-sync` for general listing metadata edits, `appstore-metadata-localizer` for full listing translation, and `appstore-subscription-localizer` for subscription/IAP display-name localization. ## Preconditions - Canonical metadata from `asc metadata pull --app "APP_ID" --version "1.2.3" --dir "./metadata"` or user-provided keywords. - Auth configured for upload. - Primary locale is `en-US` unless specified. - Read `references/release_notes_guidelines.md`. - Use highest semver under `metadata/version/`; locales are the JSON files there. ## Workflow 1. Gather input: - Git log: `git describe --tags --abbrev=0` then `git log <tag>..HEAD --oneline --no-merges`; remove merges/deps/CI/format noise. - User bullets or free text. - If absent, ask what changed. 2. Classify user-visible changes into `New`, `Improved`, `Fixed`; omit empty sections. 3. Draft primary locale notes: - lead with the clearest user-facing hook in the first ~170 chars; - describe user impact, not implementation; - use concrete action verbs; - naturally echo relevant local keywords from `metadata/version/<version>/<locale>.json` when present; - target 500-1500 chars, hard limit 4000. 4. If requested, draft `promotionalText` <= 170 chars. 5. Show draft with character count and wait for approval before localizing. 6. Localize approved notes: - ...

Details

Author
Xopoko
Repository
Xopoko/plug-n-skills
Created
1 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category