asc-release-flow

asc release flow

rudrankriyam ↓ 2.7k
Claude Code
View source ↗

What it does

  • staging metadata and attaching a build;
  • publishing an IPA or building locally;
  • submitting a prepared version;
  • assembling a multi-item review submission.
  • Resolve APPID, the version string, VERSIONID when needed, and BUILDID when a build already exists.
  • Configure auth with asc auth login or ASC environment variables.
  • Confirm the intended platform. Use IOS unless the app targets another platform.

Requirements & configuration

  • Require a dry run before a mutating high-level command, then require --confirm for submission.

Configuration: APP_IDVERSION_IDBUILD_IDASC_

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

asc-release-flow FAQ

What does the asc-release-flow skill do?

Orchestrate App Store releases with asc, including staging a version, uploading or building an artifact, publishing, and submitting for review. Use when the user wants to prepare or execute a release. Keep Game Center item preparation in this skill; route other readiness failures, stuck submissions, cancellation, and retry decisions to asc-submission-health. staging metadata and attaching a build; publishing an IPA or building locally;

What does asc-release-flow require?

Require a dry run before a mutating high-level command, then require --confirm for submission. Configuration keys: APP_ID, VERSION_ID, BUILD_ID, ASC_.

How do I install asc-release-flow?

Run: npx -y skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-release-flow --agent claude-code — the source lives at github.com/rudrankriyam/app-store-connect-cli-skills.

Maintain asc-release-flow?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[asc-release-flow on getagentictools](https://getagentictools.com/skills/rudrankriyam-app-store-connect-cli-skills-asc-release-flow?ref=badge)
npx agentictools info skills/rudrankriyam-app-store-connect-cli-skills-asc-release-flow

The second line is the CLI lookup for this page — handy in READMEs and docs.