🎯

asc-release-flow

🎯Skill

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

VibeIndex|
What it does
|

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

Overview

ASC Release Flow is an agent skill for managing App Store release workflows using the App Store Connect CLI (asc). It is part of a skill collection focused on zero-friction automation for iOS and macOS app publishing, covering the full pipeline from build and TestFlight testing through metadata management to final App Store submission.

Key Features

  • End-to-end release orchestration: Guides the complete release workflow from build preparation through App Store submission and approval.
  • Workflow graph automation: Supports asc workflow with .asc/workflow.json for defining multi-step orchestration with hooks, conditionals, and sub-workflows.
  • Workflow validation: Includes asc workflow validate for cycle and reference checks before executing release pipelines.
  • TestFlight integration: Covers TestFlight beta distribution as part of the pre-release testing phase.
  • Metadata and submission management: Assists with App Store metadata updates and submission processes for streamlined publishing.

Who is this for?

This skill is designed for iOS and macOS developers who want to automate their App Store release process end-to-end using the asc CLI. It is particularly useful for teams migrating from lane-based automation tools like Fastlane to repository-local workflow definitions with machine-parseable outputs for CI and AI agent integration.

📦

Same repository

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

asc-release-flow

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add rudrankriyam/app-store-connect-cli-skills --skill asc-release-flow
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add rudrankriyam/app-store-connect-cli-skills --skill asc-release-flow
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/asc-release-flow/SKILL.md

SKILL.md

2,027Installs
45
-
AddedFeb 4, 2026

More from this repository10

🎯
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-xcode-build🎯Skill

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

🎯
asc-submission-health🎯Skill

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

🎯
asc-metadata-sync🎯Skill

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

🎯
asc-testflight-orchestration🎯Skill

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

🎯
asc-id-resolver🎯Skill

App Store Connect CLI skill for resolving human-friendly names to IDs for apps, builds, versions, TestFlight groups, and testers using the asc command

🎯
asc-build-lifecycle🎯Skill

App Store Connect CLI skill for managing build processing, finding latest builds, distribution flows via TestFlight and App Store, and cleaning up old builds

🎯
asc-ppp-pricing🎯Skill

App Store Connect CLI skill for setting territory-specific subscription and in-app purchase pricing using purchasing power parity (PPP) strategies

🎯
asc-signing-setup🎯Skill

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

🎯
asc-shots-pipeline🎯Skill

Orchestrates iOS screenshot automation pipeline using xcodebuild/simctl for building and running, AXe for UI-driven simulator actions, Go-based framing for device bezels, and asc CLI for App Store screenshot uploads.