asc-testflight-orchestration
🎯Skillfrom rudrankriyam/app-store-connect-cli-skills
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
ascCLI. - Workflow automation using
asc workflowand.asc/workflow.jsonfor multi-step orchestration with hooks, conditionals, validation, and machine-parseable JSON output. - Xcode build integration for building, archiving, and exporting iOS/macOS apps with
xcodebuildbefore 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
asccommand 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)
Installation
npx vibeindex add rudrankriyam/app-store-connect-cli-skills --skill asc-testflight-orchestrationnpx skills add rudrankriyam/app-store-connect-cli-skills --skill asc-testflight-orchestration~/.claude/skills/asc-testflight-orchestration/SKILL.mdSKILL.md
More from this repository10
Provides expert guidance for executing and designing App Store Connect CLI commands with best practices for flags, output, authentication, and command discovery.
Builds and exports iOS/macOS apps using xcodebuild, generating IPA or PKG files ready for App Store Connect upload.
Streamlines iOS and macOS app releases by automating build uploads, TestFlight distribution, and App Store submission processes.
Preflight and monitor App Store submission health, ensuring builds meet Apple's requirements and reducing review submission failures.
Synchronizes and validates App Store Connect metadata and localizations across different locales and version releases.
App Store Connect CLI skill for resolving human-friendly names to IDs for apps, builds, versions, TestFlight groups, and testers using the asc command
App Store Connect CLI skill for managing build processing, finding latest builds, distribution flows via TestFlight and App Store, and cleaning up old builds
App Store Connect CLI skill for setting territory-specific subscription and in-app purchase pricing using purchasing power parity (PPP) strategies
Configures iOS/macOS app signing assets like bundle IDs, certificates, and provisioning profiles using Apple's ASC CLI.
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.