Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes...
npx skills add leszko11/google-play-console-cli-skills --skill "gpc-changelog-sync"
Install specific skill from multi-skill repository
# Description
Use when syncing localized release notes from a directory into Google Play with gpc, especially for track-based changelog updates, fallback behavior, and dry-run review.
# SKILL.md
name: gpc-changelog-sync
description: Use when syncing localized release notes from a directory into Google Play with gpc, especially for track-based changelog updates, fallback behavior, and dry-run review.
gpc Changelog Sync
Overview
Use this skill when release notes live in files and should be applied consistently across locales.
Workflow
- Keep release notes in a versioned directory structure.
- Preview changelog changes before mutating Play.
Usegpc changelog sync --package-name com.example.app --track production --dir ./changelogs --dry-run. - Apply the changelog only after reviewing the plan.
Usegpc changelog sync --package-name com.example.app --track production --dir ./changelogs --confirm. - Use fallback behavior deliberately when some locales should inherit a shared default.
Prefer the existing fallback patterns already supported bygpc.
Notes
- Pair this flow with
gpc-release-flowif changelog sync is part of a full release pipeline. - Keep notes concise enough for Play Store limits before the sync step.
# 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.