Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add leszko11/google-play-console-cli-skills --skill "gpc-internal-sharing"
Install specific skill from multi-skill repository
# Description
Use when uploading an app bundle or APK to Google Play internal app sharing with gpc for quick tester distribution and smoke validation.
# SKILL.md
name: gpc-internal-sharing
description: Use when uploading an app bundle or APK to Google Play internal app sharing with gpc for quick tester distribution and smoke validation.
gpc Internal Sharing
Overview
Use this skill for rapid tester distribution outside the full release-track flow.
Workflow
- Build the binary you want to share.
- Upload it to internal sharing.
Usegpc internal-sharing upload --package-name com.example.app --file ./app.aab. - Capture the returned sharing URL and pass it to testers or downstream automation.
Notes
- Use this flow for quick validation, not as a replacement for staged rollout controls.
- Keep the returned URL in machine-readable output if another system consumes it.
# 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.