Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes...
npx skills add leszko11/google-play-console-cli-skills --skill "gpc-generated-apks"
Install specific skill from multi-skill repository
# Description
Use when inspecting or downloading generated APKs for a bundle upload with gpc, especially for post-processing checks and CI artifact validation.
# SKILL.md
name: gpc-generated-apks
description: Use when inspecting or downloading generated APKs for a bundle upload with gpc, especially for post-processing checks and CI artifact validation.
gpc Generated APKs
Overview
Use this skill after bundle processing when you need to inspect generated APK artifacts or download them.
Workflow
- Wait for bundle processing if needed.
Usegpc bundles wait --package-name com.example.app --version-code 123456. - Inspect generated APK metadata.
Usegpc generated-apks list --package-name com.example.app --version-code 123456. - Download a specific generated APK when validation or distribution requires it.
Usegpc generated-apks download --package-name com.example.app --version-code 123456 --download-id <download-id> --output ./generated.apk.
Notes
- Generated APK downloads are bundle-version specific.
- Use JSON output when another pipeline step extracts
downloadId.
# 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.