๐Ÿ—๏ธ
DevOpsPython

ASC Build Lifecycle

by rorkai

ASC Build Lifecycle is a DevOps skill for Claude Code, published by rorkai in app-store-connect-cli-skills.

971 stars55 forkson rorkai/app-store-connect-cli-skillsAdded 2026/08/21Repository updated 2026/08/20
agent-skillsai-skillsapp-store-connectappleascautomationcicdclidevopsiosmacostestflightxcode
Install in seconds
Install ASC Build Lifecycle
Copy ASC Build Lifecycle into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/rorkai/app-store-connect-cli-skills/tree/main/skills/asc-build-lifecycle ~/.claude/skills/asc-build-lifecycle

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/rorkai/app-store-connect-cli-skills.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/asc-build-lifecycle/SKILL.md in rorkai/app-store-connect-cli-skills
Installs to
~/.claude/skills/asc-build-lifecycle
Collection
One of 25 skills cataloged from this repository
Category
DevOps โ€” 798 skills

What ASC Build Lifecycle does

ASC Build Lifecycle helps you find the latest build, check processing state, and expire old builds with asc. Use it when managing build retention or waiting for uploads to finish processing.

ASC Build Lifecycle is cataloged under DevOps on DirSkills. ASC Build Lifecycle comes from a repository tagged agent-skills, ai-skills, app-store-connect, apple and asc.

Documentation

README

asc build lifecycle

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

Find the right build

  • Latest build:
    • asc builds info --app "APP_ID" --latest --version "1.2.3" --platform IOS
  • Next safe build number:
    • asc builds next-build-number --app "APP_ID" --version "1.2.3" --platform IOS
    • The command scans the full processed-build history and in-flight uploads, then returns one greater than the highest positive numeric build number. Blank or non-numeric processed build numbers are skipped with a warning; if no usable number remains, it falls back to --initial-build-number.
  • Recent builds:
    • asc builds list --app "APP_ID" --sort -uploadedDate --limit 10

Inspect processing state

  • asc builds info --build-id "BUILD_ID"

This is the opening of the README. Read the full README on GitHub.

Frequently asked about ASC Build Lifecycle

  • What else does rorkai publish alongside ASC Build Lifecycle?

    ASC Build Lifecycle is one of 25 skills that DirSkills catalogs from rorkai/app-store-connect-cli-skills, the repository it ships in. Its siblings there include ASC Ad Hoc Distribution, ASC Crash Triage and ASC ID Resolver. Each one is a separate skill with its own page in this directory, installs the same way ASC Build Lifecycle does, and is maintained by rorkai in that same repository. The rest of the collection is listed on the rorkai/app-store-connect-cli-skills page.

  • How does ASC Build Lifecycle compare to other DevOps skills?

    ASC Build Lifecycle ranks #464 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of ASC Build Lifecycle against them. Open each page to compare what they document and how they install.

More from rorkai/app-store-connect-cli-skills

ASC Build Lifecycle is one of 25 skills cataloged on DirSkills from rorkai/app-store-connect-cli-skills.

See all 25 skills โ†’
๐Ÿ“ฑ
1w ago

ASC Ad Hoc Distribution

ASC Ad Hoc Distribution uses asc distribute to package, publish, resume, and verify private iOS installs for registered devices outside TestFlight. Use it when you need ad hoc IPA distribution, resumable runs, or private install-link verification.
DevOps
97155
๐Ÿงช
1w ago

ASC Crash Triage

ASC Crash Triage fetches and summarizes TestFlight crashes, beta feedback, and performance diagnostics from App Store Connect. Use it when you need to investigate crashes, hangs, disk writes, launches, or beta tester reports for an app or build.
Quality
97155
๐Ÿ”Ž
1w ago

ASC ID Resolver

ASC ID Resolver maps App Store Connect resources to the IDs required by other asc commands. Use it to find app, build, version, TestFlight, review submission, and digital-goods IDs from human-friendly names.
Automation
97155
๐Ÿ› ๏ธ
1w ago

ASC Metadata Sync

ASC Metadata Sync keeps App Store Connect metadata, localizations, and keywords aligned with the canonical `asc metadata` workflow. Use it to pull, validate, review, and apply app-info or version metadata, or to migrate legacy fastlane metadata.
DevOps
97155
๐Ÿš€
1w ago

ASC Release Flow

ASC Release Flow orchestrates App Store releases with asc by staging version metadata, attaching or building an artifact, publishing, and submitting for review. Use it when preparing or executing an App Store release, including Game Center item preparation.
DevOps
97155
๐Ÿ“ฑ
1w ago

ASC Screenshots Pipeline

ASC Screenshots Pipeline orchestrates iOS screenshot capture with Xcode CLI, AXe-driven simulator actions, framing, and upload. Use it for automated App Store screenshot workflows from build to submission.
Automation
97155