app-store-connect

Automate App Store Connect operations via the asc CLI for releases, TestFlight, and submissions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a powerful command-line interface (CLI) to automate virtually all tasks within App Store Connect, from managing releases and TestFlight to handling metadata, pricing, and analytics.

Core Features & Use Cases

  • Release Management: Automate build uploads, TestFlight distribution, and App Store submissions.
  • Metadata Localization: Translate and sync app descriptions, keywords, and other metadata across multiple languages.
  • Pricing & Subscriptions: Manage territory-specific pricing, subscriptions, and in-app purchases.
  • Automation & CI/CD: Integrate App Store Connect operations into CI/CD pipelines for seamless releases.
  • Use Case: Automatically upload a new build to TestFlight, assign it to beta testing groups, and update the "What's New" text for each locale.

Quick Start

Use the app-store-connect skill to upload a new build to TestFlight for the specified app and group.

Frequently Asked Questions about app-store-connect

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

FAQPage Schema
How do I automate App Store Connect operations for iOS releases?

Automate App Store Connect operations by using the asc CLI to manage releases, upload builds, and submit apps directly from the command line. This allows you to script release management tasks instead of using the web interface manually.

Can I integrate TestFlight distribution and build uploads into my CI/CD pipeline?

Yes, you can integrate TestFlight distribution into CI/CD pipelines using the asc CLI. The tool automates build uploads to TestFlight, assigns builds to beta testing groups, and handles App Store submissions seamlessly within your automated workflows.

How do I manage localized metadata and update App Store descriptions across multiple languages?

Manage localized metadata by using the asc CLI to translate and sync app descriptions, keywords, and other metadata across multiple languages. This ensures your App Store listings are consistently localized without manual web interface updates.

Does this approach support managing in-app purchases and territory-specific pricing?

Yes, the asc CLI supports managing territory-specific pricing, in-app purchases, and subscriptions. You can configure and automate pricing updates across different regions directly from your command line environment.

How do I configure authentication for App Store Connect CLI automation?

To configure authentication for the asc CLI, you need to install the tool and set up the required credentials for seamless interaction with Apple's platform. This authentication is required to enable automated access to your App Store Connect operations.

What's the best way to update TestFlight beta testing groups and release notes automatically?

The best way to update TestFlight beta testing groups automatically is using the asc CLI to assign new builds to specific groups and update localized release notes. This automates the entire beta distribution process without manual intervention.