What problem does it solve? Localizing App Store listings manually means copying descriptions, keywords, and release notes into App Store Connect for every locale, which is slow and error-prone. This Skill automates downloading source metadata, translating it with an LLM, and uploading localized versions back to App Store Connect. ## Core Features & Use Cases - Bulk Localization Sync: Download version and app-info localizations as .strings files, translate them, and upload them back with the asc CLI. - Locale-Aware Translation Rules: Enforces formal register, character limits (30/100/170/4000 chars), and locale-appropriate keyword research instead of literal translation. - Deterministic ID Resolution: Works with explicit app, version, and app-info IDs to avoid accidental edits to the wrong listing. - Use Case: You are releasing an update for your iOS app and want to add German, French, and Japanese listings. The Skill pulls your en-US metadata, produces validated translations, and uploads them after your approval. ## Quick Start Localize my app's App Store metadata from en-US into de-DE and fr-FR and upload the translations to App Store Connect.