gplay-release-flow

Orchestrate Android app releases to Google Play tracks with gplay CLI.

43|6|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/tamtom/gplay-cli-skills --skill gplay-release-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gplay-release-flow
Source: https://github.com/tamtom/gplay-cli-skills/tree/main/skills/gplay-release-flow
Command: npx skills add https://github.com/tamtom/gplay-cli-skills --skill gplay-release-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of uploading, releasing, and managing Android app updates across different tracks (internal, beta, production) on the Google Play Store.

Core Features & Use Cases

  • End-to-End Release: Automates the entire release flow from build upload to staged rollouts.
  • Track Management: Supports internal testing, beta testing, and production releases.
  • Staged Rollouts: Enables gradual release to users, with options to halt, resume, or complete rollouts.
  • Metadata Sync: Integrates with store listings and screenshots for a complete release.
  • Use Case: Deploy a new version of your app to internal testers, then promote it to beta testers after a week of successful internal testing, and finally release it to 10% of production users, gradually increasing the rollout percentage over several days.

Quick Start

Upload the 'app-release.aab' bundle to the production track with a 10% staged rollout.

Frequently Asked Questions about gplay-release-flow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a staged rollout for an Android app bundle to Google Play production?

You can automate a staged rollout for an Android app bundle by orchestrating the end-to-end release flow to upload your .aab build and gradually deploy it to a specified percentage of production users. This process supports halting, resuming, or completing the rollout.

Can I promote an Android app release from internal testing to beta and then production?

Yes, you can promote an Android app release across tracks by managing the progression from internal testing to beta, and finally to production. This track management ensures controlled phased deployments across different user groups.

What is the best way to synchronize store listing metadata during a Google Play deployment?

The best way to synchronize store listing metadata during a Google Play deployment is to integrate metadata synchronization into your automated release flow, ensuring store listings and screenshots update alongside your app bundle uploads.

Does this release flow tool support CI/CD pipelines for Android deployments?

Yes, the release flow satisfies requirements for automated CI/CD pipelines by orchestrating Google Play CLI commands to manage build uploads, track promotions, and staged rollouts without manual intervention.

How do I halt or resume a staged production rollout on Google Play?

You can halt or resume a staged production rollout on Google Play by using the rollout management features within the release flow, which allow you to pause a gradual deployment, resume it, or complete it to reach 100% of users.