gpd-betagroups

Orchestrate Google Play beta testing groups and distribution using gpd. Use when managing testers, internal testing, or beta rollouts.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gpd-betagroups" with this command: npx skills add dl-alexandre/skills/dl-alexandre-skills-gpd-betagroups

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

gpd-build-lifecycle

No summary provided by upstream source.

Repository SourceNeeds Review
General

gpd-release-flow

No summary provided by upstream source.

Repository SourceNeeds Review
General

gpd-id-resolver

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

gpd-cli

No summary provided by upstream source.

Repository SourceNeeds Review