This handles the full lifecycle of App Store Connect metadata: pull canonical JSON files for app-info and version localizations, edit them locally, validate against character limits and required fields, then push changes back with a dry-run preview. It replaces the old fastlane metadata workflow with a cleaner pull/push cycle, though it still supports .strings files and legacy migrations when you need them. The validate step catches issues before you hit the API, and the keyword-only commands are handy for ASO work. If you're tired of clicking through App Store Connect forms for every localization update, or you want metadata in git alongside your code, this is the workflow.
npx skills add https://github.com/rudrankriyam/asc-skills --skill asc-metadata-sync