What problem does it solve? App Store Connect API commands require opaque resource IDs for apps, builds, versions, in-app purchases, subscriptions, testers, and review submissions, but developers typically only know human-readable names or bundle identifiers. This Skill maps names to the exact IDs other asc commands require. ## Core Features & Use Cases - App and Build Resolution: Find app IDs by bundle ID or name, and locate the latest or recent build IDs filtered by version and platform. - Digital Goods Version IDs: Distinguish and resolve API 4.4.1 version IDs for IAPs, subscriptions, and subscription groups, including their localization and image sub-resources. - TestFlight and Review IDs: List TestFlight groups, testers, pre-release versions, and App Review submission IDs with paginated, deterministic output. - Use Case: Before submitting a build for review, resolve the app ID from its bundle ID, fetch the latest build ID for version 1.2.3, then retrieve the review submission ID, all without manually browsing App Store Connect. ## Quick Start Ask the assistant to resolve the App Store Connect app ID for bundle ID com.example.app and list its five most recent builds.