🎯

asc-build-lifecycle

🎯Skill

from rudrankriyam/app-store-connect-cli-skills

VibeIndex|
What it does

Manages Apple Store Connect build lifecycle by tracking, finding, processing, and cleaning up builds across different platforms and versions.

πŸ“¦

Part of

rudrankriyam/app-store-connect-cli-skills(10 items)

asc-build-lifecycle

Installation

Quick InstallInstall with npx
npx add-skill rudrankriyam/app-store-connect-cli-skills
πŸ“– Extracted from docs: rudrankriyam/app-store-connect-cli-skills
15Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Track build processing, find latest builds, and clean up old builds with asc. Use when managing build retention or waiting on processing.

Overview

# ASC Build Lifecycle

Use this skill to manage build state, processing, and retention.

Find the right build

  • Latest build:

- asc builds latest --app "APP_ID" --version "1.2.3" --platform IOS

  • Recent builds:

- asc builds list --app "APP_ID" --sort -uploadedDate --limit 10

Inspect processing state

  • asc builds info --build "BUILD_ID"

Distribution flows

  • Prefer end-to-end:

- asc publish testflight --app "APP_ID" --ipa "./app.ipa" --group "GROUP_ID" --wait

- asc publish appstore --app "APP_ID" --ipa "./app.ipa" --version "1.2.3" --wait --submit --confirm

Cleanup

  • Preview expiration:

- asc builds expire-all --app "APP_ID" --older-than 90d --dry-run

  • Apply expiration:

- asc builds expire-all --app "APP_ID" --older-than 90d --confirm

  • Single build:

- asc builds expire --build "BUILD_ID"

Notes

  • asc builds upload prepares upload operations only; use asc publish for end-to-end flows.
  • For long processing times, use --wait, --poll-interval, and --timeout where supported.

More from this repository9

🎯
asc-release-flow🎯Skill

Streamlines iOS and macOS app releases by automating build uploads, TestFlight distribution, and App Store submission processes.

🎯
asc-id-resolver🎯Skill

Resolves App Store Connect IDs by translating human-friendly names to precise identifiers for apps, builds, versions, groups, and testers.

🎯
asc-metadata-sync🎯Skill

Synchronizes and validates App Store Connect metadata and localizations across different locales and version releases.

🎯
asc-cli-usage🎯Skill

Provides expert guidance for executing and designing App Store Connect CLI commands with best practices for flags, output, authentication, and command discovery.

🎯
asc-submission-health🎯Skill

Preflight and monitor App Store submission health, ensuring builds meet Apple's requirements and reducing review submission failures.

🎯
asc-testflight-orchestration🎯Skill

Orchestrates TestFlight distribution by managing beta groups, testers, builds, and release notes using Apple's App Store Connect CLI.

🎯
asc-signing-setup🎯Skill

Configures iOS/macOS app signing assets like bundle IDs, certificates, and provisioning profiles using Apple's ASC CLI.

🎯
asc-ppp-pricing🎯Skill

Configures territory-specific subscription and in-app purchase prices using purchasing power parity (PPP) across different countries.

🎯
asc-xcode-build🎯Skill

Builds and exports iOS/macOS apps using xcodebuild, generating IPA or PKG files ready for App Store Connect upload.