🎯

asc-testflight-orchestration

🎯Skill

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

VibeIndex|
What it does
|

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

Overview

ASC CLI Skills is a collection of agent skills for automating App Store Connect workflows using the asc command-line tool. The skills cover builds, TestFlight, metadata management, app submissions, signing, and workflow orchestration, enabling zero-friction automation for iOS and macOS app distribution. This is a community-maintained, unofficial skill pack that follows the Agent Skills format.

Key Features

  • TestFlight orchestration for managing beta builds, testers, and distribution workflows through the asc CLI.
  • Workflow automation using asc workflow and .asc/workflow.json for multi-step orchestration with hooks, conditionals, validation, and machine-parseable JSON output.
  • Xcode build integration for building, archiving, and exporting iOS/macOS apps with xcodebuild before uploading to App Store Connect.
  • App creation via browser automation when no API exists, supporting name, bundle ID, SKU, and primary language configuration.
  • CLI usage guidance covering correct asc command flags, pagination, JSON-first output, and authentication tips for automation.

Who is this for?

This is for iOS and macOS developers who want to automate their App Store Connect workflows using AI coding assistants. It is ideal for teams managing TestFlight distributions, app submissions, and metadata updates who want to streamline their CI/CD pipeline with the asc CLI tool.

📦

Same repository

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

asc-testflight-orchestration

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add rudrankriyam/app-store-connect-cli-skills --skill asc-testflight-orchestration
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-testflight-orchestration
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/asc-testflight-orchestration/SKILL.md

SKILL.md

1,929Installs
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-release-flow🎯Skill

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

🎯
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-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.