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.
npx claudepluginhub ilderaj/agent-plugin-marketplace --plugin community--asc-cli-skillsThis skill uses the workspace's default tool permissions.
Use this skill when managing TestFlight testers, groups, and build distribution.
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.
Automates App Store Connect via MCP server: submit builds, distribute to TestFlight, respond to reviews, manage IAP/subscriptions, and triage feedback.
Share bugs, ideas, or general feedback.
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 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.