Skip to main content
Back to the directory
rudrankriyam/app-store-connect-cli-skillsSoftware EngineeringFrontend and Design

asc-build-lifecycle

Query, monitor, and expire builds in App Store Connect with asc command-line tools.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-build-lifecycle
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, asc-build-lifecycle has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: rudrankriyam/app-store-connect-cli-skills. Canonical URL: https://skills.sh/rudrankriyam/app-store-connect-cli-skills/asc-build-lifecycle.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Query, monitor, and expire builds in App Store Connect with asc command-line tools. Use this skill to manage build state, processing, and retention. - Find builds by version, platform, or upload date; inspect processing state and build details with dedicated query commands - Manage build retention by previewing and applying expiration policies based on age thresholds, with dry-run support - Publish directly to TestFlight or App Store with end-to-end workflows including optional polling, submission, and confirmation flags - Distinguish between asc builds upload (preparation only) and asc publish (full distribution pipeline) for correct workflow selection - 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 - Recent builds: - asc builds list --app "APP_ID" --sort -uploadedDate --limit 10 - asc builds info --build-id "BUILD_ID" - 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 - 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...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does asc-build-lifecycle do?

Query, monitor, and expire builds in App Store Connect with asc command-line tools.

Is asc-build-lifecycle good?

asc-build-lifecycle does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support asc-build-lifecycle?

asc-build-lifecycle currently lists compatibility with Skills CLI.

Is asc-build-lifecycle safe to install?

asc-build-lifecycle has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to asc-build-lifecycle?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install asc-build-lifecycle?

Run the following command to install asc-build-lifecycle: npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-build-lifecycle

Related skills

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

Related skills

Alternatives in Software Engineering