asc-testflight-orchestration▌
rudrankriyam/app-store-connect-cli-skills · updated Apr 8, 2026
Orchestrate TestFlight distribution, tester groups, and release notes via the App Store Connect CLI.
- ›Manage testers and groups with list, create, add, and invite commands; supports pagination for large datasets
- ›Distribute builds to groups and remove them with confirmation; export and import full TestFlight configuration as YAML
- ›Create and update \"What to Test\" notes per build and locale for release communication
- ›Use IDs for deterministic operations; integrates with the ID resolv
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" --paginateasc testflight groups create --app "APP_ID" --name "Beta Testers"
- 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"
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
What to Test notes
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"
Notes
- Use
--paginateon large groups/tester lists. - Prefer IDs for deterministic operations; use the ID resolver skill when needed.
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.8★★★★★34 reviews- ★★★★★Aanya Bhatia· Dec 28, 2024
I recommend asc-testflight-orchestration for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Pratham Ware· Dec 24, 2024
Useful defaults in asc-testflight-orchestration — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Ama Verma· Dec 20, 2024
asc-testflight-orchestration is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Arya Sanchez· Dec 8, 2024
asc-testflight-orchestration reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Noor Choi· Nov 19, 2024
Keeps context tight: asc-testflight-orchestration is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Yash Thakker· Nov 15, 2024
asc-testflight-orchestration is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Li Kapoor· Nov 11, 2024
Useful defaults in asc-testflight-orchestration — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Luis Thompson· Oct 10, 2024
asc-testflight-orchestration is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Dhruvi Jain· Oct 6, 2024
Keeps context tight: asc-testflight-orchestration is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Harper Park· Oct 2, 2024
I recommend asc-testflight-orchestration for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
showing 1-10 of 34