asc-metadata-sync

Sync, validate, and apply App Store metadata with the current asc canonical metadata workflow. Use when updating metadata, locali…

rorkai 929 ↓ 2k MIT updated 27d ago
Claude Code
View source ↗

What it does

  • metadata/app-info/<locale>.json for app-level fields: name, subtitle, privacyPolicyUrl, privacyChoicesUrl, privacyPolicyText
  • metadata/version/<version>/<locale>.json for version fields: description, keywords, marketingUrl, promotionalText, supportUrl, whatsNew
  • Start with asc metadata pull unless the user specifically asks for .strings or fastlane metadata.
  • Always run asc metadata validate before remote writes.
  • Preview remote changes with --dry-run when the command supports it.
  • Use asc metadata plan plus approve/status when the user wants a durable review artifact before apply.
  • For quick edits, always pass --version-id or --version plus --platform; do not rely on ambiguous latest-version behavior.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Sync, validate, and apply App Store metadata with the current asc canonical metadata workflow. Use when updating metadata, localizations, keywords, or migrating legacy fastlane metadata.

Source

Repository: https://github.com/rorkai/app-store-connect-cli-skills

asc-metadata-sync FAQ

What does the asc-metadata-sync skill do?

Sync, validate, and apply App Store metadata with the current asc canonical metadata workflow. Use when updating metadata, localizations, keywords, or migrating legacy fastlane metadata. metadata/app-info/<locale>.json for app-level fields: name, subtitle, privacyPolicyUrl, privacyChoicesUrl, privacyPolicyText metadata/version/<version>/<locale>.json for version fields: description, keywords, marketingUrl, promotionalText, supportUrl, whatsNew

How do I install asc-metadata-sync?

Run: npx -y skills add https://github.com/rorkai/app-store-connect-cli-skills --skill asc-metadata-sync --agent claude-code — the source lives at github.com/rorkai/app-store-connect-cli-skills.

Maintain asc-metadata-sync?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[asc-metadata-sync on getagentictools](https://getagentictools.com/skills/rorkai-app-store-connect-cli-skills-asc-metadata-sync?ref=badge)
npx agentictools info skills/rorkai-app-store-connect-cli-skills-asc-metadata-sync

The second line is the CLI lookup for this page — handy in READMEs and docs.