asc-testflight-orchestration
Installation
SKILL.md
ASC TestFlight Orchestration
Use this skill when managing TestFlight testers, groups, and build distribution.
Export current config
asc testflight sync pull --app "APP_ID" --output "./testflight.yaml"- Include builds/testers:
asc testflight sync pull --app "APP_ID" --output "./testflight.yaml" --include-builds --include-testers
Manage groups and testers
- Groups:
asc beta-groups list --app "APP_ID" --paginateasc beta-groups create --app "APP_ID" --name "Beta Testers"
- Testers:
asc beta-testers list --app "APP_ID" --paginateasc beta-testers add --app "APP_ID" --email "tester@example.com" --group "Beta Testers"asc beta-testers invite --app "APP_ID" --email "tester@example.com"