SKILL.md
唯讀
名稱
asc-testflight-orchestration
描述
使用 asc 協調 TestFlight 發行、群組、測試人員與「測試重點」備註。在推出 Beta 版時使用。
asc TestFlight 協調
管理 TestFlight 測試人員、群組與建置發行時,請使用此技能。
匯出目前設定
asc testflight config export --app "APP_ID" --output "./testflight.yaml"- 包含建置與測試人員:
asc testflight config export --app "APP_ID" --output "./testflight.yaml" --include-builds --include-testers
管理群組與測試人員
- 群組:
asc 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" --confirm
「測試重點」備註
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"
備註
- 在大型群組或測試人員清單上使用
--paginate。 - 偏好使用 ID 以確保操作可預期;需要時可使用 ID 解析器技能。






