Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
rorkai avatar

Asc Id Resolver

  • 2.1k installs
  • 934 repo stars
  • Updated July 21, 2026
  • rorkai/app-store-connect-cli-skills

This is a copy of asc-id-resolver by rudrankriyam - installs and ranking accrue to the original listing.

asc-id-resolver is an agent skill that resolves App Store Connect resource names and bundle IDs into the exact IDs required by asc CLI commands for developers who automate iOS releases without memorizing opaque identifie

About

asc-id-resolver is an agent skill in rorkai/app-store-connect-cli-skills that bridges human-friendly names and the ID parameters asc commands demand. It documents lookup flows such as asc apps list --bundle-id, asc apps list --name, asc builds info --latest --version, asc builds list --sort -uploadedDate --limit 5, and asc versions list for apps, builds, versions, groups, and testers. Developers set defaults like ASC_APP_ID after resolution and paginate full app inventories with asc apps --paginate. Reach for asc-id-resolver whenever a build upload, TestFlight group change, or App Store review submission fails because a command needs an app ID, build ID, or version ID instead of a display name.

  • Maps app names and bundle IDs to App Store Connect identifiers
  • Resolves latest builds, versions, TestFlight groups, testers and review submissions
  • Supports --paginate, --sort and deterministic lookup patterns
  • Default JSON output with --pretty and --output table/markdown options
  • Provides ready-to-use commands for every major ASC resource type

Asc Id Resolver by the numbers

  • 2,146 all-time installs (skills.sh)
  • +238 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/rorkai/app-store-connect-cli-skills --skill asc-id-resolver

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2.1k
repo stars934
Security audit3 / 3 scanners passed
Last updatedJuly 21, 2026
Repositoryrorkai/app-store-connect-cli-skills

How do you find App Store Connect IDs from app names?

Resolve human-readable names into the exact App Store Connect IDs required by asc commands for builds, versions, TestFlight groups, and review submissions.

Who is it for?

iOS release engineers scripting asc CLI workflows who know app names but need stable IDs for automation.

Skip if: Developers not using the asc CLI or teams managing releases only through the App Store Connect web UI.

When should I use this skill?

An asc command errors on missing APP_ID, build ID, version ID, or TestFlight group ID and only a human-readable name is available.

What you get

Resolved app, build, version, group, and tester IDs plus ASC_APP_ID defaults for asc CLI scripts.

  • Resolved resource IDs
  • ASC_APP_ID environment default
  • Paginated app inventory commands

By the numbers

  • Documents asc builds list queries capped with --limit 5 for recent uploads

Files

SKILL.mdMarkdownGitHub ↗

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 --pretty for debug.
  • For human viewing, use --output table or --output markdown.

Guardrails

  • Prefer --paginate on list commands to avoid missing IDs.
  • Use --sort where available to make results deterministic.

Related skills

How it compares

Use asc-id-resolver as a prerequisite lookup step before any other asc CLI skill that requires hard-coded IDs.

FAQ

How does asc-id-resolver find an App Store Connect app ID?

asc-id-resolver looks up apps with asc apps list using --bundle-id for a bundle identifier or --name for a display name. After resolution, developers can export ASC_APP_ID so later asc build and version commands reuse the same identifier.

Can asc-id-resolver fetch the latest iOS build ID?

Yes. asc-id-resolver uses asc builds info with --app, --latest, --version, and --platform IOS to return the newest build for a version. asc builds list --sort -uploadedDate --limit 5 surfaces recent uploads when multiple builds exist.

Is Asc Id Resolver safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.