asc-testflight-orchestration

rudrankriyam/asc-skills · updated Apr 8, 2026

$npx skills add https://github.com/rudrankriyam/asc-skills --skill asc-testflight-orchestration
0 commentsdiscussion
summary

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

skill.md

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" --paginate
    • asc testflight groups create --app "APP_ID" --name "Beta Testers"
  • Testers:
    • asc testflight testers list --app "APP_ID" --paginate
    • asc 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-id "BUILD_ID" --group "GROUP_ID"
  • Remove from group:
    • asc builds remove-groups --build-id "BUILD_ID" --group "GROUP_ID" --confirm

What to Test notes

  • 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"

Notes

  • Use --paginate on large groups/tester lists.
  • Prefer IDs for deterministic operations; use the ID resolver skill when needed.

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.727 reviews
  • Ganesh Mohane· Dec 24, 2024

    We added asc-testflight-orchestration from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Jin Ghosh· Dec 16, 2024

    asc-testflight-orchestration is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Rahul Santra· Nov 15, 2024

    asc-testflight-orchestration reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Zaid Khan· Nov 7, 2024

    Keeps context tight: asc-testflight-orchestration is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Carlos Bansal· Oct 26, 2024

    We added asc-testflight-orchestration from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Pratham Ware· Oct 6, 2024

    asc-testflight-orchestration is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Kwame Bhatia· Sep 9, 2024

    asc-testflight-orchestration has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Lucas Agarwal· Sep 5, 2024

    Registry listing for asc-testflight-orchestration matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Noor Torres· Aug 28, 2024

    asc-testflight-orchestration fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Sophia Mensah· Aug 24, 2024

    Useful defaults in asc-testflight-orchestration — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

showing 1-10 of 27

1 / 3