
Gpd Betagroups
- 31 installs
- 6 repo stars
- Updated July 3, 2026
- rudrankriyam/gpd-cli-skills
Helps with ai & agent building tasks.
About
gpd-betagroups is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- gpd-betagroups
- AI & Agent Building
- AI-coding skill
Gpd Betagroups by the numbers
- 31 all-time installs (skills.sh)
- Ranked #9,202 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/rudrankriyam/gpd-cli-skills --skill gpd-betagroupsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 31 |
|---|---|
| repo stars | ★ 6 |
| Last updated | July 3, 2026 |
| Repository | rudrankriyam/gpd-cli-skills ↗ |
What it does
Helps with ai & agent building tasks.
Files
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.comDistribute 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 completedPromote 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 productionNotes
- Use
--track internalfor fast internal distribution. - Prefer IDs for deterministic operations; use the ID resolver skill when needed.
Related skills
AI & Agent Buildingagents