Leaderboard/Mobile/app-store-connect-cli-skills
Last commit on September 13, 2026·Created on January 27, 2026

rorkai/app-store-connect-cli-skills

Automates the App Store Connect pipeline for iOS build, distribution, and release lifecycles.
Combined rank
#311
across all skills
In Mobile
#7
category rank
Stars
1k
+0.9% in last 7d
Forks
63
+1.6% in last 7d
Watchers
9
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This collection of skills enables iOS developers and release engineers to manage the full shipping pipeline via the App Store Connect CLI. It streamlines the transition from Xcode builds to public or private distribution, reducing the manual overhead of app creation and metadata management.

By scripting archive exports, signing processes, and CI/CD lifecycles, the toolset helps solo developers and engineering teams maintain a structured release flow. It specifically addresses the complexities of ad hoc distribution, build retention, and processing verification.

WHO IT'S FOR
Indie iOS Developers
automate solo app shipping
Mobile Release Engineers
script signing release lifecycles
ASO Specialists
localize app store listings
Subscription Monetization Managers
manage PPP pricing catalogs
Repository contents

25 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Setup

Install with asc

Installs: The complete ASC CLI skills collection from the repository; skillPaths is a prioritized, non-exhaustive selection.

Before you start
  • The asc CLI must already be available.
  1. Run this command in a terminal to install the skills with asc.

    asc install-skills
README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Find a paginated build-list command

Uses asc-cli-usage

  • App Store Connect app ID to replace "APP_ID"
Use the asc-cli-usage skill to find the correct asc command and flags to list every build for App Store Connect app ID "APP_ID" as JSON with pagination. Treat "APP_ID" as a placeholder for my actual app ID. Explain the proposed command without running it.
skills/asc-cli-usage/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Resolve an app and its latest build

Uses asc-id-resolver

  • Bundle ID to replace "com.example.app"
  • App version to replace "1.2.3"
Use the asc-id-resolver skill to resolve the App Store Connect app ID for bundle ID "com.example.app", then identify the latest iOS build for version "1.2.3". Treat both quoted values as placeholders. Show the read-only commands you would use and explain how to identify the returned IDs.
skills/asc-id-resolver/SKILL.md · Checked Sep 18, 2026
Suggested first task

Summarize recent TestFlight crashes

Uses asc-crash-triage

  • App Store Connect app ID to replace "APP_ID"
  • Configured asc authentication with access to the app's TestFlight crash data
Use the asc-crash-triage skill to fetch the 10 most recent TestFlight crashes for App Store Connect app ID "APP_ID" and summarize the result by total count, top crash signatures, affected builds, device and OS breakdown, and timeline. Treat "APP_ID" as a placeholder for my actual app ID. Keep this task read-only.
skills/asc-crash-triage/SKILL.md · Checked Sep 18, 2026