gpd-betagroups

rudrankriyam/app-store-connect-cli-skills · updated Apr 8, 2026

$npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill gpd-betagroups
0 commentsdiscussion
summary

Use this skill when managing beta testers, groups, and build distribution on Google Play.

skill.md

GPD Beta Groups

Use this skill when managing beta testers, groups, and build distribution on Google Play.

List and manage testers

gpd publish testers list --package com.example.app --track internal
gpd publish testers list --package com.example.app --track beta
gpd publish testers add --package com.example.app --track internal --group testers@example.com

Distribute builds to testing tracks

gpd publish release --package com.example.app --track internal --status completed
gpd publish release --package com.example.app --track beta --status completed

Promote between testing tracks

gpd publish promote --package com.example.app --from-track internal --to-track beta
gpd publish promote --package com.example.app --from-track beta --to-track production

Notes

  • Use --track internal for fast internal distribution.
  • 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.463 reviews
  • Pratham Ware· Dec 24, 2024

    Solid pick for teams standardizing on skills: gpd-betagroups is focused, and the summary matches what you get after install.

  • Lucas Yang· Dec 20, 2024

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

  • Noah Okafor· Dec 8, 2024

    Registry listing for gpd-betagroups matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Zaid Li· Dec 8, 2024

    We added gpd-betagroups from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Noah Sanchez· Nov 27, 2024

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

  • Diya Ramirez· Nov 27, 2024

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

  • Lucas Kapoor· Nov 11, 2024

    We added gpd-betagroups from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Olivia Chen· Oct 18, 2024

    I recommend gpd-betagroups for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Diya Abbas· Oct 18, 2024

    gpd-betagroups is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Dev Ndlovu· Oct 2, 2024

    gpd-betagroups fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

showing 1-10 of 63

1 / 7