🎯

asc-id-resolver

🎯Skill

from rudrankriyam/app-store-connect-cli-skills

VibeIndex|
What it does
|

App Store Connect CLI skill for resolving human-friendly names to IDs for apps, builds, versions, TestFlight groups, and testers using the asc command

Overview

asc-id-resolver is a Claude Code skill that resolves App Store Connect IDs from human-friendly names using the asc CLI tool. It converts readable identifiers like app names, build numbers, version strings, group names, and tester names into the numeric IDs required by App Store Connect API commands.

Key Features

  • App ID resolution: Converts human-readable app names to App Store Connect app IDs for use in API commands.
  • Build and version lookup: Resolves build numbers and version strings to their corresponding App Store Connect identifiers.
  • Group and tester resolution: Translates beta testing group names and tester names into the IDs needed for TestFlight management.
  • Seamless CLI integration: Works with the asc command-line tool to enable natural language-style workflows when managing App Store Connect resources.

Who is this for?

This skill is for iOS and macOS developers who use the asc CLI to manage App Store Connect resources and want to reference apps, builds, versions, groups, and testers by name instead of numeric IDs. It streamlines workflows where multiple API commands require IDs that are tedious to look up manually.

📦

Same repository

rudrankriyam/app-store-connect-cli-skills(33 items)

asc-id-resolver

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add rudrankriyam/app-store-connect-cli-skills --skill asc-id-resolver
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add rudrankriyam/app-store-connect-cli-skills --skill asc-id-resolver
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/asc-id-resolver/SKILL.md

SKILL.md

1,922Installs
-
AddedFeb 4, 2026

More from this repository10

🎯
asc-cli-usage🎯Skill

Provides expert guidance for executing and designing App Store Connect CLI commands with best practices for flags, output, authentication, and command discovery.

🎯
asc-xcode-build🎯Skill

Builds and exports iOS/macOS apps using xcodebuild, generating IPA or PKG files ready for App Store Connect upload.

🎯
asc-release-flow🎯Skill

Streamlines iOS and macOS app releases by automating build uploads, TestFlight distribution, and App Store submission processes.

🎯
asc-submission-health🎯Skill

Preflight and monitor App Store submission health, ensuring builds meet Apple's requirements and reducing review submission failures.

🎯
asc-metadata-sync🎯Skill

Synchronizes and validates App Store Connect metadata and localizations across different locales and version releases.

🎯
asc-testflight-orchestration🎯Skill

Orchestrates TestFlight distribution by managing beta groups, testers, builds, and release notes using Apple's App Store Connect CLI.

🎯
asc-build-lifecycle🎯Skill

App Store Connect CLI skill for managing build processing, finding latest builds, distribution flows via TestFlight and App Store, and cleaning up old builds

🎯
asc-ppp-pricing🎯Skill

App Store Connect CLI skill for setting territory-specific subscription and in-app purchase pricing using purchasing power parity (PPP) strategies

🎯
asc-signing-setup🎯Skill

Configures iOS/macOS app signing assets like bundle IDs, certificates, and provisioning profiles using Apple's ASC CLI.

🎯
asc-shots-pipeline🎯Skill

Orchestrates iOS screenshot automation pipeline using xcodebuild/simctl for building and running, AXe for UI-driven simulator actions, Go-based framing for device bezels, and asc CLI for App Store screenshot uploads.