ai/ios-skills/ios-asc-testflight-orchestration/SKILL.md
Orchestrate TestFlight distribution, groups, testers, and What to Test notes using asc. Use when rolling out betas.
npx skillsauth add kurko/dotfiles asc-testflight-orchestrationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 testflight beta-groups list --app "APP_ID" --paginateasc testflight beta-groups create --app "APP_ID" --name "Beta Testers"asc testflight beta-testers list --app "APP_ID" --paginateasc testflight beta-testers add --app "APP_ID" --email "[email protected]" --group "Beta Testers"asc testflight beta-testers invite --app "APP_ID" --email "[email protected]"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.tools
Create a GitHub pull request from the current branch. Use when user asks to create a PR, open a PR, submit a PR, push and create PR, or similar pull request workflows. Activates for phrases like "create a PR", "open a pull request", "submit PR", "push and PR", "make a PR for this", "open a draft PR".
data-ai
Merge the current worktree branch into main and sync main back. Use when the user says "merge to main", "ship it", "merge and continue", or after completing a task in a worktree and wanting to continue with the next one.
tools
Synchronize AI agent skills, commands, configs, permissions, hooks, and instructions across Claude Code, Codex CLI, and other Agent Skills-compatible tools. Use when the user asks to pull skills from Claude into Codex, sync Codex work back to Claude, migrate agent commands, reconcile frontmatter, update permissions, or keep agent setup files in parity.
testing
Write or update UI-independent use cases for QA. Use when the user says "write use cases", "add use cases", "QA use cases", "update use cases", "compose use cases", or when starting implementation of a new feature (after plan approval). Also activates for "what should we test", "regression cases", or "use cases for QA".