If you're shipping Android apps via Google Play and want to script the upload and release workflow, this handles the ceremony around bundling, track promotion, and phased rollouts. It's a command-line wrapper that assumes you've already got your service account credentials sorted and just want to stop clicking through the console for every internal or production release. The skill leans on the gpd CLI under the hood, so you're really getting prompt guidance on which flags to pass and in what order. It's narrow in scope but solves a real pain point if you're doing frequent builds. Part of a larger App Store Connect toolkit from rudrankriyam, though the naming is a bit confusing since this one is Google Play specific.
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill gpd-release-flow