Resolves human-readable App Store names and entities into the machine-ready identifiers required by the asc CLI.
The App Store Connect ID Resolver is a specialized skill for Claude Code that automates the mapping of friendly names to the technical UUIDs needed for mobile deployment tasks. It bridges the gap between developer-friendly terms—like app names, bundle IDs, and version strings—and the specific identifiers required for automated App Store Connect operations. By handling complex lookups for apps, builds, TestFlight groups, and review submissions, it ensures that deployment scripts and CLI commands are executed with the correct context, significantly reducing manual lookup errors and streamlining the iOS release lifecycle.
主な機能
01Retrieves specific Build IDs filtered by version, platform, and upload date
0222 GitHub stars
03Lookups Version IDs and Review Submission IDs for release orchestration
04Identifies TestFlight Beta Group and tester IDs for group management
05Supports paginated and sorted queries to ensure deterministic results
06Resolves App IDs from bundle identifiers or human-readable names
ユースケース
01Resolving the App ID from a bundle name to configure CI/CD environment variables
02Locating TestFlight group IDs to automate the addition of new beta testers
03Finding a specific Build ID to promote a release to TestFlight external testing