Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ehmo avatar

Asc Id Resolver

  • 1 installs
  • 1 repo stars
  • Updated May 31, 2026
  • ehmo/app-store-connect-cli-skills

This is a copy of asc-id-resolver by rudrankriyam - installs and ranking accrue to the original listing.

Helps with ai & agent building tasks.

About

asc-id-resolver is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • asc-id-resolver
  • AI & Agent Building
  • AI-coding skill

Asc Id Resolver by the numbers

  • 1 all-time installs (skills.sh)
  • Data as of Jul 24, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ehmo/app-store-connect-cli-skills --skill asc-id-resolver

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars1
Last updatedMay 31, 2026
Repositoryehmo/app-store-connect-cli-skills

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

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 --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

TestFlight IDs

  • Groups:
  • asc testflight groups list --app "APP_ID" --paginate
  • Testers:
  • asc testflight testers list --app "APP_ID" --paginate

Pre-release version IDs

  • asc testflight pre-release list --app "APP_ID" --platform IOS --paginate

Review submission IDs

  • asc review submissions-list --app "APP_ID" --paginate

Output tips

  • JSON is default; use --pretty for debug.
  • For human viewing, use --output table or --output markdown.

Guardrails

  • Prefer --paginate on list commands to avoid missing IDs.
  • Use --sort where available to make results deterministic.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.