OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add rorkai/app-store-connect-cli-skills --skill asc-testflight-orchestration
Orchestrate TestFlight distribution, groups, testers, and What to Test notes using asc. Use when rolling out betas.
npx skills add rorkai/app-store-connect-cli-skills --skill asc-testflight-orchestration
Use this skill when managing TestFlight testers, groups, and build distribution.
asc testflight config export --app "APP_ID" --output "./testflight.yaml"asc testflight config export --app "APP_ID" --output "./testflight.yaml" --include-builds --include-testersasc testflight groups list --app "APP_ID" --paginateasc testflight groups create --app "APP_ID" --name "Beta Testers"asc testflight testers list --app "APP_ID" --paginateasc testflight testers add --app "APP_ID" --email "tester@example.com" --group "Beta Testers"asc testflight testers invite --app "APP_ID" --email "tester@example.com"asc builds add-groups --build-id "BUILD_ID" --group "GROUP_ID"asc builds remove-groups --build-id "BUILD_ID" --group "GROUP_ID" --confirmasc testflight groups list --build-id "BUILD_ID" --output tableasc publish testflight --app "APP_ID" --ipa "./app.ipa" --upload-only --output json--wait when the next step needs a processed build.--build-id, groups, tester notifications, test notes, or beta-review submission. --build-number is allowed as upload metadata, but it cannot be the only build input.asc builds test-notes create --build-id "BUILD_ID" --locale "en-US" --whats-new "Test instructions"asc builds test-notes update --localization-id "LOCALIZATION_ID" --whats-new "Updated notes"--paginate on large groups/tester lists.