From rudrankriyam-app-store-connect-cli-skills-17
Resolves App Store Connect IDs for apps, builds, versions, TestFlight groups, testers, and pre-releases from names using asc CLI commands. Use before ID-required tasks.
npx claudepluginhub ilderaj/agent-plugin-marketplace --plugin community--asc-cli-skillsThis skill uses the workspace's default tool permissions.
Use this skill to map names to IDs needed by other commands.
Automates iOS/macOS app deployment to App Store Connect using asc CLI: TestFlight builds, App Store submissions, metadata/screenshots uploads, certificates/profiles management, review status checks, and Xcode Cloud workflows.
Manages App Store Connect build lifecycle with asc CLI: find latest/next builds, track processing, publish to TestFlight/App Store, and expire old builds. Use for build retention or waiting on processing.
Automates App Store Connect via MCP server: submit builds, distribute to TestFlight, respond to reviews, manage IAP/subscriptions, and triage feedback.
Share bugs, ideas, or general feedback.
Use this skill to map names to IDs needed by other commands.
asc apps list --bundle-id "com.example.app"asc apps list --name "My App"asc apps --paginateASC_APP_ID=...asc builds info --app "APP_ID" --latest --version "1.2.3" --platform IOSasc builds list --app "APP_ID" --sort -uploadedDate --limit 5asc versions list --app "APP_ID" --paginateasc testflight groups list --app "APP_ID" --paginateasc testflight testers list --app "APP_ID" --paginateasc testflight pre-release list --app "APP_ID" --platform IOS --paginateasc review submissions-list --app "APP_ID" --paginate--pretty for debug.--output table or --output markdown.--paginate on list commands to avoid missing IDs.--sort where available to make results deterministic.