leszko11

gpc-release-verify

0
0
# Install this skill:
npx skills add leszko11/google-play-console-cli-skills --skill "gpc-release-verify"

Install specific skill from multi-skill repository

# Description

Use when preflighting a Google Play release with gpc, especially for AAB readiness, notes validation, metadata checks, and non-mutating CI gates.

# SKILL.md


name: gpc-release-verify
description: Use when preflighting a Google Play release with gpc, especially for AAB readiness, notes validation, metadata checks, and non-mutating CI gates.


gpc Release Verify

Overview

Use this skill to block bad release inputs before any upload or commit path begins.

Workflow

  1. Verify the release artifact and notes before a real deploy.
    Use gpc release verify --package-name com.example.app --aab ./app.aab --notes-text "Bug fixes".
  2. Use this command as the CI safety gate before:
  3. gpc release alpha
  4. gpc release full
  5. any workflow step that depends on a valid AAB and release metadata
  6. Treat verification failures as input problems to fix locally, not retriable API incidents.

Notes

  • This is the non-mutating preflight layer for release automation.
  • Pair it with gpc-release-flow in release pipelines.

# 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.