Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes...
npx skills add leszko11/google-play-console-cli-skills --skill "gpc-diff-review"
Install specific skill from multi-skill repository
# Description
Use when reviewing local-vs-live listing or track changes with gpc before mutating Google Play, especially for human review in PRs and dry-run workflows.
# SKILL.md
name: gpc-diff-review
description: Use when reviewing local-vs-live listing or track changes with gpc before mutating Google Play, especially for human review in PRs and dry-run workflows.
gpc Diff Review
Overview
Use this skill whenever local files or release parameters should be compared against live Play state first.
Workflow
- Review listing changes from a local directory.
Usegpc diff listing --package-name com.example.app --dir ./play/listing. - Review a draft track release before promote or update steps.
Usegpc diff track --package-name com.example.app --track production --status inProgress --version-codes 123456. - Use JSON output for automated review comments and table output for terminal review.
Notes
- Treat diff output as a review artifact, not the mutation step.
- Pair this skill with
gpc-listing-syncorgpc-rollout-managementdepending on the resource type.
# 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.