gpc-testing
SKILL.md
Testing & Beta Management
Use this skill when managing testers, tester groups, internal test builds, or internal app sharing.
Internal test builds
List internal test builds
gpc testing internal list --package com.example.app
Upload for internal sharing
gpc testing internal-sharing upload --file app.aab --package com.example.app
Testers
List testers on a track
gpc testing testers list --track beta --package com.example.app
Add tester by email
gpc testing testers add --track beta --email tester@example.com --package com.example.app
Add testers from file
gpc testing testers add --track beta --file testers.csv --package com.example.app
Remove tester
gpc testing testers remove --track beta --email tester@example.com --package com.example.app
Tester groups
List tester groups
gpc testing tester-groups list --package com.example.app
Typical beta workflow
- Upload build to internal track:
gpc bundles upload --file app.aab --track internal --package com.example.app
- Wait for processing:
gpc bundles wait --version-code 42 --package com.example.app
- Add testers:
gpc testing testers add --track internal --email qa@example.com --package com.example.app
- Promote to beta when ready:
gpc tracks promote --from internal --to beta --package com.example.app
- Add external testers:
gpc testing testers add --track beta --file beta-testers.csv --package com.example.app
Agent behavior
- Confirm tester additions on production tracks.
- Show current tester list before bulk operations.
- Use internal track for initial testing, beta for wider distribution.
Notes
- Internal app sharing generates a direct download link (no review required).
- Testers CSV should contain one email per line.
- Use
gpc-release-flowskill for promoting builds between tracks.
Weekly Installs
1
Repository
androidpoet/pla…i-skillsGitHub Stars
1
First Seen
8 days ago
Security Audits
Installed on
amp1
cline1
opencode1
cursor1
kimi-cli1
codex1