From rudrankriyam-app-store-connect-cli-skills-17
Orchestrates TestFlight groups, testers, build distribution, and What's to Test notes using asc CLI. Use when rolling out iOS betas.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rudrankriyam-app-store-connect-cli-skills-17:asc-testflight-orchestrationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when managing TestFlight testers, groups, and build distribution.
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 "[email protected]" --group "Beta Testers"asc testflight testers invite --app "APP_ID" --email "[email protected]"asc builds add-groups --build-id "BUILD_ID" --group "GROUP_ID"asc builds remove-groups --build-id "BUILD_ID" --group "GROUP_ID" --confirmasc 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.2plugins reuse this skill
First indexed Jul 8, 2026
npx claudepluginhub rorkai/app-store-connect-cli-skillsManage TestFlight distribution, groups, testers, and What to Test notes using the asc CLI. Use when rolling out betas or updating build metadata.
Automates iOS/macOS app deployment to App Store Connect using asc CLI: TestFlight builds, App Store submissions, metadata/screenshots uploads, certificates/profiles management, review status checks, and Xcode Cloud workflows.
Manages App Store Connect build lifecycle with asc CLI: find latest/next builds, track processing, publish to TestFlight/App Store, and expire old builds. Use for build retention or waiting on processing.