Agent skill

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.

rorkaigithub.com/rorkaiGitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/asc-id-resolver/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 948
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. App ID
  2. Build ID
  3. Version ID
  4. Digital-goods version IDs
  5. TestFlight IDs
  6. Pre-release version IDs
  7. Review submission IDs
  8. Output tips
  9. Guardrails
More from app-store-connect-cli-skills
All skills →
About this skill
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.

Keep going