Gplay Release Flow
Automates Google Play app releases by streamlining build uploads, testing, and publishing, saving developers time & ensuring smooth deployments.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gplay-release-flow npx -- -y @trustedskills/gplay-release-flow
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gplay-release-flow": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gplay-release-flow"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates Google Play release flow using the gplay CLI. It handles tasks like creating new releases, uploading APKs and AABs, setting release tracks (internal, alpha, beta, production), and managing release notes. The skill streamlines the process of publishing updates to your Android applications on the Google Play Store.
When to use it
- You need to create a new internal test release for quick feedback from your team.
- You want to upload an APK or AAB bundle to the alpha track for broader testing.
- You're ready to promote a beta release to a wider audience of testers.
- You are preparing a production release and need to automate the final steps before publishing.
Key capabilities
- Create new releases
- Upload APK/AAB files
- Manage release tracks (internal, alpha, beta, production)
- Set release notes
Example prompts
- "Create a new internal test release for version 1.2.3."
- "Upload the latest AAB file to the beta track."
- "Promote the alpha release to the production track."
Tips & gotchas
- Ensure you have the
gplayCLI installed and configured with your Google Play Developer credentials before using this skill. - The skill relies on the
gplayCLI; familiarize yourself with its command structure for more complex operations.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.