id-resolver

Resolve human-friendly names to App Store Connect IDs for apps, builds, versions, beta groups, and testers.

37|12|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/exiao/skills --skill id-resolver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: id-resolver
Source: https://github.com/exiao/skills/tree/main/app-store-connect/id-resolver
Command: npx skills add https://github.com/exiao/skills --skill id-resolver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies interactions with App Store Connect by translating human-friendly names into the specific IDs required by various commands and APIs.

Core Features & Use Cases

  • ID Resolution: Maps names of apps, builds, versions, and TestFlight groups/testers to their corresponding IDs.
  • Command Augmentation: Provides necessary identifiers for other tools that require precise IDs for operations.
  • Use Case: When you need to list the latest build for a specific app version, you can use this skill to find the APP_ID and BUILD_ID before executing the build listing command.

Quick Start

Use the id-resolver skill to find the App ID for an app named "MyAppName".

Frequently Asked Questions about id-resolver

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

FAQPage Schema
How do I resolve an app name to an App Store Connect ID for API integration?

To resolve an app name to an App Store Connect ID, you map the human-friendly name to the specific identifier required for App Store Connect API commands, enabling programmatic interaction and execution of scripts.

When do I need to resolve App Store Connect IDs for builds and beta groups?

You need to resolve App Store Connect IDs for builds and beta groups when you are preparing to execute App Store Connect CLI commands that require precise identifiers to list builds, versions, or TestFlight testers.

Can I use this to find the App ID and Build ID before listing a specific app version?

Yes, you can use this to find the App ID and Build ID before listing a specific app version, translating the app name and version details into the necessary identifiers for the App Store Connect API build listing command.

What's the best way to map TestFlight tester names to their App Store Connect identifiers?

The best way to map TestFlight tester names to their App Store Connect identifiers is by using a resolution tool that queries the App Store Connect API, translating the tester names into the exact IDs needed for testing commands.

Do I need access to the App Store Connect CLI to resolve IDs for my iOS development scripts?

Yes, you need access to the App Store Connect CLI or equivalent API calls to resolve IDs for iOS development scripts, as the resolution process requires querying the App Store Connect API to map entities to their identifiers.