
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-resolverAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 1 |
| Last updated | May 31, 2026 |
| Repository | ehmo/app-store-connect-cli-skills ↗ |
What it does
Helps with ai & agent building tasks.
Files
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
--prettyfor debug. - For human viewing, use
--output tableor--output markdown.
Guardrails
- Prefer
--paginateon list commands to avoid missing IDs. - Use
--sortwhere available to make results deterministic.
Related skills
AI & Agent Buildingagents