What problem does it solve? Localizing App Store listings into dozens of languages is slow and error-prone when done manually through App Store Connect, and literal keyword translations often miss what local users actually search for. ## Core Features & Use Cases - Automated Localization Workflow: Downloads source-locale metadata as .strings files, translates with LLM following App Store rules, and uploads results back via the asc CLI. - Version and App-Info Coverage: Handles per-version fields (description, keywords, whatsNew, promotionalText) and app-level fields (name, subtitle, privacy URLs) with correct ID resolution. - Limit and Quality Enforcement: Validates character limits (30 for subtitle, 100 for keywords, 4000 for description) and applies locale-appropriate keywords rather than literal translations. - Use Case: You are shipping an update and need your en-US listing translated into nl-NL and ru. The skill resolves app and version IDs, downloads the English metadata, produces reviewed translations, uploads them, and verifies the result. ## Quick Start Ask the assistant to localize your App Store listing into Dutch and Russian using the asc-localize-metadata skill, providing your app name and target locales.