If you're scripting App Store Connect workflows, you've hit the wall where every command wants an opaque ID but you only know app names or bundle identifiers. This skill gives you the lookup patterns to bridge that gap: finding app IDs by bundle or name, grabbing the latest build ID for a version, resolving TestFlight group and tester IDs, and pulling version or submission IDs. It's essentially a reference card for the asc CLI's various list and info commands, with flags like --paginate and --sort to make sure you don't miss entries. The real value is having these incantations in one place so you're not grep-ing through JSON every time you need to wire two commands together.
npx skills add https://github.com/rudrankriyam/asc-skills --skill asc-id-resolver