askill
gpd-betagroups

gpd-betagroupsSafety 85Repository

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

424 stars
8.5k downloads
Updated 2/27/2026

Package Files

Loading files...
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.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

78/100Analyzed 3/3/2026

Solid technical reference skill for managing Google Play beta testing groups via gpd CLI. Provides concrete commands for listing/add testers, distributing builds, and promoting between tracks. Well-structured with clear sections and helpful notes. Gets bonus points for when-to-use trigger, tags, and proper skills folder location. Minor gaps in completeness (no remove testers, error handling). Not internal-only - generic and reusable across projects.

85
80
80
70
75

Metadata

Licenseunknown
Version-
Updated2/27/2026
Publisherrudrankriyam

Tags

ci-cd