release-flow

Manage Apple platform release workflows with TestFlight distribution and App Store submission.

37|12|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/exiao/skills --skill release-flow-exiao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-flow
Source: https://github.com/exiao/skills/tree/main/app-store-connect/release-flow
Command: npx skills add https://github.com/exiao/skills --skill release-flow-exiao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the complex and error-prone process of releasing applications to Apple's TestFlight beta testing platform and the official App Store.

Core Features & Use Cases

  • Automated Uploads: Uploads new builds (.ipa or .pkg) to App Store Connect.
  • TestFlight Distribution: Manages distribution to specified beta testing groups.
  • App Store Submission: Handles the process of submitting new versions for App Store review.
  • Cross-Platform Support: Supports iOS, macOS, tvOS, and visionOS releases.
  • Use Case: After a successful build, use this skill to automatically upload the new version, distribute it to your internal QA team via TestFlight, and prepare it for App Store submission.

Quick Start

Use the release-flow skill to upload the build located at '/path/to/your/app.ipa' to TestFlight for the app with ID '123456789'.

Frequently Asked Questions about release-flow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate uploading an iOS app build to TestFlight?

You can automate TestFlight distribution by using this skill to orchestrate `asc` CLI commands, which upload `.ipa` files to App Store Connect and manage distribution to beta testing groups.

Can I use this to submit my macOS application to the App Store?

Yes, this skill supports App Store submission for macOS, iOS, tvOS, and visionOS by orchestrating the end-to-end workflow of uploading `.pkg` or `.ipa` builds and submitting versions for review.

What prerequisites do I need for App Store Connect deployment?

App Store Connect deployment requires valid Apple credentials, correct build numbers, and adherence to encryption compliance prerequisites before uploading builds and submitting for review.

How does TestFlight distribution work for beta testing groups?

TestFlight distribution works by uploading a new build to App Store Connect and then managing the distribution of that build to specified beta testing groups using the `asc` CLI.

Why does my app release workflow fail during App Store submission?

App Store submission failures may occur if valid Apple credentials are missing, build numbers are incorrect, or encryption compliance prerequisites are not met before uploading builds.

Does release-flow support visionOS and tvOS platforms?

Yes, release-flow supports visionOS and tvOS platforms, managing end-to-end application release workflows including TestFlight distribution and App Store submission across all Apple platforms.