asc-testflight-orchestration — Agent workflows, an agent skill published by rorkai/app-store-connect-cli-skills
Agent workflowsrorkai/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
oursThis 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.
- testflight configuration YAML file
- list of groups or testers
- Application ID
- Build ID
- IPA file path
- email address
not detected
The evidence provides command syntax but does not mention any pricing or paid requirements.
not detected
The evidence provides command syntax but does not mention registration requirements.
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
--- 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.
Installfrom the directory
npx skills add https://github.com/rorkai/app-store-connect-cli-skillsInstalling happens there, not here. We are an index with an opinion, not a mirror.
What is inside itfrom the directory
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.
Installs, reading by readingours
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.
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.
The provided documentation shows various commands but does not mention any payment requirements or pricing structure.