Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes...
npx skills add leszko11/google-play-console-cli-skills --skill "gpc-rollout-management"
Install specific skill from multi-skill repository
# Description
Use when promoting, halting, rolling back, or diffing track releases in Google Play with gpc, especially around staged rollouts and production safety.
# SKILL.md
name: gpc-rollout-management
description: Use when promoting, halting, rolling back, or diffing track releases in Google Play with gpc, especially around staged rollouts and production safety.
gpc Rollout Management
Overview
Use this skill when rollout state needs to change after the initial upload.
Workflow
- Inspect current live track state first.
Usegpc tracks get --package-name com.example.app --track production. - Preview desired release differences before mutating the track.
Usegpc diff track --package-name com.example.app --track production --status inProgress --version-codes 123456. - Promote between tracks safely with a dry run first.
Usegpc release promote --package-name com.example.app --from-track internal --to-track production --dry-run. - Halt or roll back only with explicit confirmation.
Usegpc rollback --package-name com.example.app --track production --confirm.
Use Cases
- staged rollout progression
- emergency rollout halt
- promotion review between testing and production tracks
- live state inspection during incidents
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.