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.
Documentation Sources
Source
How to Access
Purpose
asc CLI help
asc apps --help, asc builds --help
Discover list/filter flags for each entity type
asc output formats
--output json | table | markdown
Machine-parseable ID extraction
1---2name: asc-id-resolver3description: asc id resolver4---56# asc id resolver78## Iron Law910**NEVER PASS A HUMAN-READABLE NAME TO AN ASC COMMAND THAT REQUIRES AN ID — RESOLVE THE ID FIRST**1112Use this skill to map names to IDs needed by other commands.1314## App ID15- By bundle ID or name:16 - `asc apps list --bundle-id "com.example.app"`17 - `asc apps list --name "My App"`18- Fetch everything:19 - `asc apps --paginate`20- Set default:21 - `ASC_APP_ID=...`2223## Build ID24- Latest build:25 - `asc builds latest --app "APP_ID" --version "1.2.3" --platform IOS`26- Recent builds:27 - `asc builds list --app "APP_ID" --sort -uploadedDate --limit 5`2829## Version ID30- `asc versions list --app "APP_ID" --paginate`3132## TestFlight IDs33- Groups:34 - `asc beta-groups list --app "APP_ID" --paginate`35- Testers:36 - `asc beta-testers list --app "APP_ID" --paginate`3738## Pre-release version IDs39- `asc pre-release-versions list --app "APP_ID" --platform IOS --paginate`4041## Review submission IDs42- `asc review submissions-list --app "APP_ID" --paginate`4344## Output tips45- JSON is default; use `--pretty` for debug.46- For human viewing, use `--output table` or `--output markdown`.4748## Guardrails49- Prefer `--paginate` on list commands to avoid missing IDs.50- Use `--sort` where available to make results deterministic.5152## Documentation Sources5354| Source | How to Access | Purpose |55|--------|--------------|---------|56| asc CLI help | `asc apps --help`, `asc builds --help` | Discover list/filter flags for each entity type |57| asc output formats | `--output json \| table \| markdown` | Machine-parseable ID extraction |
Run npx skillmds@latest add kumaran-is/asc-id-resolver in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
asc id resolver It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
kumaran-is (@kumaran-is) published this skill. Their other Agent Skills are listed on their SkillMD profile.