Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete)....
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
- Verify the release artifact and notes before a real deploy.
Usegpc release verify --package-name com.example.app --aab ./app.aab --notes-text "Bug fixes". - Use this command as the CI safety gate before:
gpc release alphagpc release full- any workflow step that depends on a valid AAB and release metadata
- 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-flowin 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.