A
asc-testflight-orchestration
by @rudrankriyamv1.0.0
3.7(0)
Orchestrate TestFlight distribution, groups, testers, and What to Test notes using asc. Use when rolling out betas.
安装方式
npx skills add rudrankriyam/app-store-connect-cli-skills --skill asc-testflight-orchestrationcompare_arrows
Before / After 效果对比
1 组使用前
手动管理TestFlight测试版本、测试群组和测试员非常繁琐。发布新版本时,更新测试说明和邀请测试员耗时,严重拖慢应用测试与发布周期。
使用后
借助自动化工具,TestFlight分发、群组和测试员管理变得高效便捷。测试说明自动更新,新版本发布流程顺畅,显著加速应用迭代和上市时间。
description SKILL.md
name: asc-testflight-orchestration description: Orchestrate TestFlight distribution, groups, testers, and What to Test notes using asc. Use when rolling out betas.
asc TestFlight orchestration
Use this skill when managing TestFlight testers, groups, and build distribution.
Export current config
asc testflight config export --app "APP_ID" --output "./testflight.yaml"- Include builds/testers:
asc testflight config export --app "APP_ID" --output "./testflight.yaml" --include-builds --include-testers
Manage groups and testers
- Groups:
asc testflight groups list --app "APP_ID" --paginateasc testflight groups create --app "APP_ID" --name "Beta Testers"
- 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"
Distribute builds
asc builds add-groups --build "BUILD_ID" --group "GROUP_ID"- Remove from group:
asc builds remove-groups --build "BUILD_ID" --group "GROUP_ID" --confirm
What to Test notes
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"
Notes
- Use
--paginateon large groups/tester lists. - Prefer IDs for deterministic operations; use the ID resolver skill when needed.
forum用户评价 (0)
发表评价
效果
易用性
文档
兼容性
暂无评价,来写第一条吧
统计数据
安装量958
评分3.7 / 5.0
版本1.0.0
更新日期2026年3月16日
对比案例1 组
用户评分
3.7(0)
5
0%
4
0%
3
0%
2
0%
1
0%
为此 Skill 评分
0.0
兼容平台
🔧Claude Code
时间线
创建2026年3月16日
最后更新2026年3月16日