Automates the tedious work of translating App Store listings across 40+ locales by pulling metadata from App Store Connect, running it through LLM translation with proper context for keywords versus descriptions, and pushing it back. It handles both version-level fields like release notes and app-level fields like subtitles, enforces character limits, and emphasizes formal tone across languages (вы not ты, Sie not du). The workflow is explicit about using deterministic IDs instead of guessing, which matters when you're scripting this for CI or handling multiple apps. Saves hours of copy-pasting between ASC's web UI and Google Translate, especially if you're localizing into ten languages at once.
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-localize-metadata