asc-id-resolver
Resolve App Store Connect IDs (apps, builds, app and digital-goods versions, groups, testers) from human-friendly names using asc. Use when commands require IDs.
npx skills add rorkai/app-store-connect-cli-skills --skill asc-id-resolver --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 list --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` ## Digital-goods version IDs API 4.4.1 version IDs are distinct from IAP product, subscription, and subscription-group IDs: Resolve the owning resources first: - IAPs: `asc iap list --app "APP_ID" --paginate --output json` - Subscription groups: `asc subscriptions groups list --app "APP_ID" --paginate --output json` - Subscriptions: `asc subscriptions list --app "APP_ID" --paginate --output json` or `asc subscriptions list --group-id "GROUP_ID" --paginate --output json` Then resolve their version IDs: - IAP versions: `asc iap versions list --iap-id "IAP_ID" --paginate --output json` - Subscription versions: `asc subscriptions versions list --subscription-id "SUB_I
- App ID
- Build ID
- Version ID
- Digital-goods version IDs
- TestFlight IDs
- Pre-release version IDs
- Review submission IDs
- Output tips
- Guardrails
What does the asc-id-resolver skill do?
Resolve App Store Connect IDs (apps, builds, app and digital-goods versions, groups, testers) from human-friendly names using asc. Use when commands require IDs.
How do I install it?
Run `npx skills add rorkai/app-store-connect-cli-skills --skill asc-id-resolver --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From rorkai/app-store-connect-cli-skills, a repository with 948 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
