What problem does it solve? App Store Connect API commands require opaque resource IDs for apps, builds, versions, testers, and in-app purchases, but developers typically only know human-readable names like bundle IDs or app names. This Skill provides the exact asc CLI commands to map names to the IDs other commands require. ## Core Features & Use Cases - App and Build ID Resolution: Look up app IDs by bundle ID or name, and find the latest or recent build IDs filtered by version and platform. - Version and Digital-Goods IDs: Resolve version IDs for apps, in-app purchases, subscriptions, and subscription groups, including their localization and image child resources. - TestFlight and Review IDs: List TestFlight groups, testers, pre-release versions, and review submission IDs with paginated output. - Use Case: Before submitting a build for review, use this Skill to resolve the app ID from its bundle ID, find the latest build ID for version 1.2.3, and then fetch the review submission ID needed by the submission command. ## Quick Start Use the asc-id-resolver skill to find the App Store Connect app ID for bundle ID com.example.app and the latest build ID for version 1.2.3 on iOS.