If you've ever stared at App Store Connect API documentation wondering how to turn "My Cool App" into the UUID that asc commands actually want, this is your answer. It's a reference guide for mapping human-readable names to the IDs buried in App Store Connect: apps, builds, versions, TestFlight groups, testers, the works. The skill gives you the exact asc commands to run, complete with flags like --paginate and --sort to avoid missing results or getting nondeterministic output. Nothing fancy here, just the lookup patterns you need so you can stop manually clicking through ASC's web interface or guessing at API endpoints. Keep it open when scripting deployments or automating TestFlight builds.
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-id-resolver