Skip to main content
Back to registry

asc-testflight-orchestration

rudrankriyam/app-store-connect-cli-skills

Use this skill when managing TestFlight testers, groups, and build distribution.

Installs907
Install command
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-testflight-orchestration
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Use this skill when managing TestFlight testers, groups, and build distribution. - asc testflight sync pull --app "APP_ID" --output "./testflight.yaml" - Include builds/testers: - asc testflight sync pull --app "APP_ID" --output "./testflight.yaml" --include-builds --include-testers - Groups: - asc testflight beta-groups list --app "APP_ID" --paginate - asc testflight beta-groups create --app "APP_ID" --name "Beta Testers" - Testers: - asc testflight beta-testers list --app "APP_ID" --paginate - asc testflight beta-testers add --app "APP_ID" --email "tester@example.com" --group "Beta Testers" - asc testflight beta-testers invite --app "APP_ID" --email "tester@example.com" - asc builds add-groups --build "BUILD_ID" --group "GROUP_ID" - Remove from group: - 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" - Use --paginate on large groups/tester lists. - Prefer IDs for deterministic operations; use the ID resolver skill when needed.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does asc-testflight-orchestration do?

Use this skill when managing TestFlight testers, groups, and build distribution.

Is asc-testflight-orchestration good?

asc-testflight-orchestration does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does asc-testflight-orchestration work with?

asc-testflight-orchestration currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to asc-testflight-orchestration?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install asc-testflight-orchestration?

npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-testflight-orchestration

Related skills

More from rudrankriyam/app-store-connect-cli-skills

Related skills

Alternatives in Software Engineering