Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes...
npx skills add leszko11/google-play-console-cli-skills --skill "gpc-vitals-monitor"
Install specific skill from multi-skill repository
# Description
Use when monitoring Play Developer Reporting vitals after a release, especially for crash and ANR thresholds, freshness checks, and release gating decisions with gpc.
# SKILL.md
name: gpc-vitals-monitor
description: Use when monitoring Play Developer Reporting vitals after a release, especially for crash and ANR thresholds, freshness checks, and release gating decisions with gpc.
gpc Vitals Monitor
Overview
Use this skill to inspect vitals readiness before rollout, then monitor regressions after shipping.
Workflow
- Check freshness for the metric set you care about.
Usegpc reports vitals get --package-name com.example.app --metric-set crash-rate. - Query rows when you need actual values over a time window.
Usegpc reports vitals query --package-name com.example.app --metric-set crash-rate --input ./crash-rate-query.json. - Gate a release directly when the rollout should halt on bad metrics.
Usegpc release full --package-name com.example.app --manifest ./release.yaml --confirm --vitals-gate 'crashRate<2.0,anrRate<0.5' --vitals-wait 24h --auto-halt-on-regression. - Summarize health alongside other reporting signals when needed.
Usegpc reports summary --package-name com.example.app.
Best Practices
- Treat freshness metadata and threshold values separately.
- Keep threshold expressions explicit in CI logs and workflow files.
- Use JSON output for downstream alerting or dashboards.
# 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.