From rudrankriyam-app-store-connect-cli-skills-17
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rudrankriyam-app-store-connect-cli-skills-17:asc-build-lifecycleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to manage build state, processing, and retention.
Use this skill to manage build state, processing, and retention.
asc builds info --app "APP_ID" --latest --version "1.2.3" --platform IOSasc builds next-build-number --app "APP_ID" --version "1.2.3" --platform IOSasc builds list --app "APP_ID" --sort -uploadedDate --limit 10asc builds info --build-id "BUILD_ID"asc publish testflight --app "APP_ID" --ipa "./app.ipa" --group "GROUP_ID" --waitasc publish appstore --app "APP_ID" --ipa "./app.ipa" --version "1.2.3" --wait --submit --confirmasc builds expire-all --app "APP_ID" --older-than 90d --dry-runasc builds expire-all --app "APP_ID" --older-than 90d --confirmasc builds expire --build-id "BUILD_ID" --confirmasc builds upload prepares upload operations only; use asc publish for end-to-end flows.--wait, --poll-interval, and --timeout where supported.npx claudepluginhub rorkai/app-store-connect-cli-skills2plugins reuse this skill
First indexed Jul 8, 2026
Track App Store Connect build processing, find latest builds, and clean up old builds via asc CLI 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.
Orchestrates TestFlight groups, testers, build distribution, and What's to Test notes using asc CLI. Use when rolling out iOS betas.