一键导入
asc-testflight-orchestration
Orchestrate TestFlight distribution, groups, testers, and What to Test notes using asc. Use when rolling out betas.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Orchestrate TestFlight distribution, groups, testers, and What to Test notes using asc. Use when rolling out betas.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
End-to-end release workflows for TestFlight and App Store using asc publish, builds, versions, and submit commands. Use when asked to upload a build, distribute to TestFlight, or submit to App Store.
Set up bundle IDs, capabilities, signing certificates, and provisioning profiles with the asc CLI. Use when onboarding a new app or rotating signing assets.
Build, archive, and export iOS/macOS apps with xcodebuild before uploading to App Store Connect. Use when you need to create an IPA or PKG for upload.
| name | asc-testflight-orchestration |
| description | Orchestrate TestFlight distribution, groups, testers, and What to Test notes using asc. Use when rolling out betas. |
Use this skill when managing TestFlight testers, groups, and build distribution.
asc testflight sync pull --app "APP_ID" --output "./testflight.yaml"asc testflight sync pull --app "APP_ID" --output "./testflight.yaml" --include-builds --include-testersasc beta-groups list --app "APP_ID" --paginateasc beta-groups create --app "APP_ID" --name "Beta 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"asc builds add-groups --build "BUILD_ID" --group "GROUP_ID"asc builds remove-groups --build "BUILD_ID" --group "GROUP_ID"asc builds test-notes create --build "BUILD_ID" --locale "en-US" --whats-new "Test instructions"asc builds test-notes update --id "LOCALIZATION_ID" --whats-new "Updated notes"--paginate on large groups/tester lists.