skills/asc-build-lifecycle/SKILL.md
Track build processing, find latest builds, and clean up old builds with asc. Use when managing build retention or waiting on processing.
npx skillsauth add rudrankriyam/app-store-connect-cli-skills asc-build-lifecycleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.development
Use when managing Apple Ads with asc, including auth, org lookup, campaigns, ad groups, ads, keywords, reports, raw API calls, and safe live testing.
tools
Set up bundle IDs, capabilities, signing certificates, provisioning profiles, and encrypted signing sync with the asc cli. Use when onboarding a new app, rotating signing assets, or sharing them across a team.
tools
Guidance for using asc cli in this repo (flags, output formats, pagination, auth, and discovery). Use when asked to run or design asc commands or interact with App Store Connect via the CLI.
testing
Validate App Store submission readiness, submit prepared versions, and monitor review status with current asc commands. Use when shipping or troubleshooting review submissions.