asc-id-resolver▌
rudrankriyam/app-store-connect-cli-skills · updated Apr 8, 2026
Resolve App Store Connect IDs from human-friendly names for use in other asc commands.
- ›Maps bundle IDs, app names, and version strings to their corresponding ASC identifiers across apps, builds, versions, TestFlight groups, testers, and review submissions
- ›Supports filtering by bundle ID, app name, version, and platform; includes pagination and sorting options to ensure complete and deterministic results
- ›Outputs JSON by default with --pretty , --table , and --markdown formatting optio
asc id resolver
Use this skill to map names to IDs needed by other commands.
App ID
- By bundle ID or name:
asc apps list --bundle-id "com.example.app"asc apps list --name "My App"
- Fetch everything:
asc apps --paginate
- Set default:
ASC_APP_ID=...
Build ID
- Latest build:
asc builds info --app "APP_ID" --latest --version "1.2.3" --platform IOS
- Recent builds:
asc builds list --app "APP_ID" --sort -uploadedDate --limit 5
Version ID
asc versions list --app "APP_ID" --paginate
TestFlight IDs
- Groups:
asc testflight groups list --app "APP_ID" --paginate
- Testers:
asc testflight testers list --app "APP_ID" --paginate
Pre-release version IDs
asc testflight pre-release list --app "APP_ID" --platform IOS --paginate
Review submission IDs
asc review submissions-list --app "APP_ID" --paginate
Output tips
- JSON is default; use
--prettyfor debug. - For human viewing, use
--output tableor--output markdown.
Guardrails
- Prefer
--paginateon list commands to avoid missing IDs. - Use
--sortwhere available to make results deterministic.
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.7★★★★★45 reviews- ★★★★★Chaitanya Patil· Dec 28, 2024
Keeps context tight: asc-id-resolver is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Aarav Smith· Dec 28, 2024
Solid pick for teams standardizing on skills: asc-id-resolver is focused, and the summary matches what you get after install.
- ★★★★★Nia Chawla· Dec 8, 2024
We added asc-id-resolver from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Aarav Mensah· Dec 4, 2024
Registry listing for asc-id-resolver matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Anika Ramirez· Nov 23, 2024
Useful defaults in asc-id-resolver — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Piyush G· Nov 19, 2024
asc-id-resolver has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Sophia Agarwal· Nov 19, 2024
asc-id-resolver is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Amelia Khan· Nov 11, 2024
We added asc-id-resolver from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Kofi Jackson· Oct 14, 2024
I recommend asc-id-resolver for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Shikha Mishra· Oct 10, 2024
Solid pick for teams standardizing on skills: asc-id-resolver is focused, and the summary matches what you get after install.
showing 1-10 of 45