asc-id-resolver

Map human-friendly app names to App Store Connect IDs via the asc CLI.

33|2|Updated Feb 21, 2025
One-click install
npx skills add https://github.com/yspreen/dotfiles --skill asc-id-resolver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-id-resolver
Source: https://github.com/yspreen/dotfiles/tree/main/.agents/skills/asc-id-resolver
Command: npx skills add https://github.com/yspreen/dotfiles --skill asc-id-resolver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resolve App Store Connect IDs from human-friendly names to enable smooth CLI automation and scripting.

Core Features & Use Cases

  • Map app, build, version, and TestFlight identifiers by name
  • Retrieve IDs for ASC commands such as apps, builds, versions, beta groups, and testers
  • Use with environment defaults to streamline workflows

Quick Start

Map 'My App' to its App Store Connect App ID using asc.

Frequently Asked Questions about asc-id-resolver

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resolve App Store Connect IDs from app names for CLI automation?

Resolve App Store Connect IDs from app names by mapping them to the ASC IDs required by scripts and commands. This enables smooth CLI automation by translating app names into identifiers for operations across builds, versions, and testers.

What App Store Connect identifiers can I retrieve by name?

Retrieve App Store Connect identifiers for apps, builds, versions, TestFlight groups, and testers by name. You can also perform lookup by bundle identifier to get the exact IDs required for your operations.

Do I need the asc CLI to map TestFlight group IDs from names?

Yes, mapping TestFlight group IDs from names requires the asc CLI. The resolver uses this CLI to interact with App Store Connect and retrieve the correct identifiers for your beta testing workflows.

How do I get deterministic results when resolving ASC IDs for multiple apps?

Use paginate when resolving ASC IDs for multiple apps to ensure deterministic results. Paginating the lookup process prevents ambiguity and returns consistent identifiers across your automation scripts.

Can I look up App Store Connect app IDs using a bundle identifier?

Yes, you can look up App Store Connect app IDs using a bundle identifier. The resolver supports lookup by name or bundle to map your application to its correct ASC ID for scripting.