Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add leszko11/google-play-console-cli-skills --skill "gpc-release-flow"
Install specific skill from multi-skill repository
# Description
Use when shipping a Google Play release end to end with gpc, especially for staged rollouts, manifests, validation, waiting for generated APKs, and safe commit flows.
# SKILL.md
name: gpc-release-flow
description: Use when shipping a Google Play release end to end with gpc, especially for staged rollouts, manifests, validation, waiting for generated APKs, and safe commit flows.
gpc Release Flow
Overview
Use this skill for the common release path: verify inputs, preview changes, deploy safely, and inspect the result.
Workflow
- Validate the release inputs first.
Usegpc release verify --package-name com.example.app --aab ./app.aab --notes-text "Bug fixes". - Prefer a manifest-driven release for repeatable CI.
Usegpc release full --package-name com.example.app --manifest ./release.yaml --dry-runbefore any real commit. - Commit only with an explicit confirmation step.
Usegpc release full --package-name com.example.app --manifest ./release.yaml --confirm. - If the artifact pipeline depends on bundle processing, wait for generated APK availability.
Usegpc bundles wait --package-name com.example.app --version-code 123456. - Keep stdout machine-readable in automation.
Prefer--output jsonorGPC_DEFAULT_OUTPUT=json.
When To Use
- release trains
- staged rollout preparation
- CI/CD release jobs
- manifest review before shipping
Notes
- Prefer
--dry-runwherever available before--confirm. - If rollout safety matters, pair this flow with
gpc-vitals-monitor.
# 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.