AppStoreSkills
GitHub ↗
rorkai avatar

asc-id-resolver

Skills to automate app store deployed and everything related to it using the asc cli

$npx skills add rorkai/app-store-connect-cli-skills --skill asc-id-resolver

Reviews & ratings

Reviews are stored as YAML in this repo. Leave one by opening a PR against github/rorkai/app-store-connect-cli-skills/asc-id-resolver/reviews.yaml.

★★★★★0 reviews
Reviews are stored as YAML files in this repo under github/rorkai/app-store-connect-cli-skills/asc-id-resolver/reviews.yaml. To leave one, open a PR — no sign-in required.
No reviews yet — .

SKILL.md

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.

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

21 other skills published by this repo. See the repo overview →

View all 22 skills in this repo →