asc-testflight-orchestrationAgent workflows, an agent skill published by rorkai/app-store-connect-cli-skills

Agent workflows

rorkai/app-store-connect-cli-skillsskills.sh ↗

Installs

6,468

deduplicated, at the last sync

Since we started

+1.5%

29 readings, about 3 hours apart. Not a live curve.

Our category

Agent workflows

ours

Last read

Sep 5, 2026

from the directory

Our brief

ours

This skill orchestrates TestFlight distribution by providing command-line workflows for managing beta testing resources. Users can export current configurations, manage user groups and individual testers, distribute specific builds to defined groups, upload new IPAs, and create or update 'What to Test' notes.

What it produces
  • testflight configuration YAML file
  • list of groups or testers
What it needs
  • Application ID
  • Build ID
  • IPA file path
  • email address
Paid services

not detected

The evidence provides command syntax but does not mention any pricing or paid requirements.

Registration

not detected

The evidence provides command syntax but does not mention registration requirements.

Limits and human review

The skill cannot determine if a build is ready for distribution, nor can it manage complex workflows that require sequential logic beyond the explicit `--wait` flag. It also requires specific IDs (like BUILD_ID or APP_ID) for deterministic operations.

Evidenceskills/asc-testflight-orchestration/SKILL.md:1-45
skills/asc-testflight-orchestration/SKILL.md1–45
---
name: asc-testflight-orchestration
description: Orchestrate TestFlight distribution, groups, testers, and What to Test notes using asc. Use when rolling out betas.
---

# asc TestFlight orchestration

Use this skill when managing TestFlight testers, groups, and build distribution.

## Export current config
- `asc testflight config export --app "APP_ID" --output "./testflight.yaml"`
- Include builds/testers:
  - `asc testflight config export --app "APP_ID" --output "./testflight.yaml" --include-builds --include-testers`

## Manage groups and testers
- Groups:
  - `asc testflight groups list --app "APP_ID" --paginate`
  - `asc testflight groups create --app "APP_ID" --name "Beta Testers"`
- Testers:
  - `asc testflight testers list --app "APP_ID" --paginate`
  - `asc testflight testers add --app "APP_ID" --email "tester@example.com" --group "Beta Testers"`
  - `asc testflight testers invite --app "APP_ID" --email "tester@example.com"`

## Distribute builds
- `asc builds add-groups --build-id "BUILD_ID" --group "GROUP_ID"`
- Remove from group:
  - `asc builds remove-groups --build-id "BUILD_ID" --group "GROUP_ID" --confirm`

## Inspect a build's groups
- `asc testflight groups lis

Read 1 of 1 text files in the skill.

Checked September 2026 · GemmaWritten from the skill's published files. Check the source before relying on access or cost details.

Installfrom the directory

npx skills add https://github.com/rorkai/app-store-connect-cli-skills

Installing happens there, not here. We are an index with an opinion, not a mirror.

What is inside itfrom the directory

SKILL.md

1 files — names only. The directory does not report sizes.

What the auditors foundfrom the directory

A skill is instructions your agent will follow and scripts it may run, so who checked it matters as much as how many people installed it.

Gen Agent Trust HubThe skill provides instructions for managing Apple TestFlight distribution via the 'asc' CLI tool. It performs standard administrative tasks like managing tester groups and updating build notes without any malicious patterns detected.Apr 17, 2026 · SAFEpass
SocketNo alertsApr 17, 2026pass
SnykRisk: LOW · No issuesApr 17, 2026 · LOWpass

Installs, reading by readingours

6.4k
6.5k
Aug 30, 202629 readings over 6 days, drawn as the last reading of each day.Sep 5, 2026

Axis starts at 6.4k, not zero — the range is 6.4k to 6.5k.

Asked out loudspoken, not typed

The same skill in the words people use speaking to an assistant rather than typing into a box. Each one carries the situation it came from, and each answer says only what the skill's own files support.

managing distributionHow do I set up my beta testing groups and testers?

You can list existing groups using `asc testflight groups list` or create a new group with the command `asc testflight groups create`. You can then add individual testers to those groups using the `asc testflight testers add` command.

checking costsDo I need to pay for this skill?

The provided documentation shows various commands but does not mention any payment requirements or pricing structure.

Filed alongside itours