Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes...
npx skills add leszko11/google-play-console-cli-skills --skill "gpc-review-triage"
Install specific skill from multi-skill repository
# Description
Use when monitoring, grouping, and replying to Google Play user reviews with gpc, especially for support queues and release-quality feedback loops.
# SKILL.md
name: gpc-review-triage
description: Use when monitoring, grouping, and replying to Google Play user reviews with gpc, especially for support queues and release-quality feedback loops.
gpc Review Triage
Overview
Use this skill to convert incoming Play reviews into an actionable support or release feedback queue.
Workflow
- Pull the current review list.
Usegpc reviews list --package-name com.example.app --max-results 50. - Group reviews into actionable buckets.
Usegpc reviews triage --package-name com.example.app. - Inspect an individual review before replying.
Usegpc reviews get --package-name com.example.app --review-id <review-id>. - Send a reply only after reading the original content and checking internal guidance.
Usegpc reviews reply --package-name com.example.app --review-id <review-id> --reply-text "Thanks for your feedback!".
Best Practices
- Keep triage output in JSON if another tool will summarize or route it.
- Tie review spikes back to recent releases when investigating regressions.
# 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.