From Build Swift Apps
Manage TestFlight distribution, groups, testers, and What to Test notes using the asc CLI. Use when rolling out betas or updating build metadata.
How this skill is triggered — by the user, by Claude, or both
Slash command
/build-swift-apps:appstore-testflight-coordinatorThe 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 Jun 4, 2026
npx claudepluginhub xopoko/build-swift-apps --plugin build-swift-appsAutomates 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.
Track App Store Connect build processing, find latest builds, and clean up old builds via asc CLI commands.
Builds and uploads iOS apps to TestFlight for beta testing via Fastlane. Handles certificate syncing, build number incrementing, archiving, and upload.