If you're distributing iOS betas and tired of clicking through App Store Connect's web interface, this orchestrates TestFlight through the command line. You can export your current tester and group configuration to YAML, add testers to groups, distribute builds to specific groups, and manage "What to Test" notes across locales. The skill leans on the App Store Connect CLI, so you're working with build IDs and group IDs rather than navigating dropdowns. It's straightforward if you already have the CLI set up and want to script your beta workflow or just prefer typing commands to hunting through Apple's UI.
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-testflight-orchestration