From build-ios-apps
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
/build-ios-apps: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 cristianoaredes/aredes-marketplace --plugin build-ios-appsTrack 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.
Submits iOS app builds to App Store Connect for review and release using Fastlane. Supports submitting an existing TestFlight build or running a full pipeline with version bump, archive, and auto-release.