๐Ÿ”Ž
AutomationPython

ASC ID Resolver

by rorkai

ASC ID Resolver is an Automation skill for Claude Code, published by rorkai in app-store-connect-cli-skills.

971 stars55 forkson rorkai/app-store-connect-cli-skillsAdded 2026/08/21Repository updated 2026/08/20
agent-skillsai-skillsapp-store-connectappleascautomationcicdclidevopsiosmacostestflightxcode
Install in seconds
Install ASC ID Resolver
Copy ASC ID Resolver into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/rorkai/app-store-connect-cli-skills/tree/main/skills/asc-id-resolver ~/.claude/skills/asc-id-resolver

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/rorkai/app-store-connect-cli-skills.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/asc-id-resolver/SKILL.md in rorkai/app-store-connect-cli-skills
Installs to
~/.claude/skills/asc-id-resolver
Collection
One of 25 skills cataloged from this repository
Category
Automation โ€” 1523 skills

What ASC ID Resolver does

ASC ID Resolver maps App Store Connect resources to the IDs required by other asc commands. Use it to find app, build, version, TestFlight, review submission, and digital-goods IDs from human-friendly names.

ASC ID Resolver is cataloged under Automation on DirSkills. ASC ID Resolver comes from a repository tagged agent-skills, ai-skills, app-store-connect, apple and asc.

Documentation

README

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:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about ASC ID Resolver

  • What else does rorkai publish alongside ASC ID Resolver?

    ASC ID Resolver is one of 25 skills that DirSkills catalogs from rorkai/app-store-connect-cli-skills, the repository it ships in. Its siblings there include ASC Ad Hoc Distribution, ASC Build Lifecycle and ASC Crash Triage. Each one is a separate skill with its own page in this directory, installs the same way ASC ID Resolver does, and is maintained by rorkai in that same repository. The rest of the collection is listed on the rorkai/app-store-connect-cli-skills page.

  • How does ASC ID Resolver compare to other Automation skills?

    ASC ID Resolver ranks #852 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of ASC ID Resolver against them. Open each page to compare what they document and how they install.

More from rorkai/app-store-connect-cli-skills

ASC ID Resolver is one of 25 skills cataloged on DirSkills from rorkai/app-store-connect-cli-skills.

See all 25 skills โ†’
๐Ÿ“ฑ
1w ago

ASC Ad Hoc Distribution

ASC Ad Hoc Distribution uses asc distribute to package, publish, resume, and verify private iOS installs for registered devices outside TestFlight. Use it when you need ad hoc IPA distribution, resumable runs, or private install-link verification.
DevOps
97155
๐Ÿ—๏ธ
1w ago

ASC Build Lifecycle

ASC Build Lifecycle helps you find the latest build, check processing state, and expire old builds with asc. Use it when managing build retention or waiting for uploads to finish processing.
DevOps
97155
๐Ÿงช
1w ago

ASC Crash Triage

ASC Crash Triage fetches and summarizes TestFlight crashes, beta feedback, and performance diagnostics from App Store Connect. Use it when you need to investigate crashes, hangs, disk writes, launches, or beta tester reports for an app or build.
Quality
97155
๐Ÿ› ๏ธ
1w ago

ASC Metadata Sync

ASC Metadata Sync keeps App Store Connect metadata, localizations, and keywords aligned with the canonical `asc metadata` workflow. Use it to pull, validate, review, and apply app-info or version metadata, or to migrate legacy fastlane metadata.
DevOps
97155
๐Ÿš€
1w ago

ASC Release Flow

ASC Release Flow orchestrates App Store releases with asc by staging version metadata, attaching or building an artifact, publishing, and submitting for review. Use it when preparing or executing an App Store release, including Game Center item preparation.
DevOps
97155
๐Ÿ“ฑ
1w ago

ASC Screenshots Pipeline

ASC Screenshots Pipeline orchestrates iOS screenshot capture with Xcode CLI, AXe-driven simulator actions, framing, and upload. Use it for automated App Store screenshot workflows from build to submission.
Automation
97155