gplay-vitals-monitoring

Installation
SKILL.md

App Vitals Monitoring

gplay vitals hits the Play Developer Reporting API (separate from the Android Publisher API used by most other commands). Every subcommand outputs JSON by default; add --output table|markdown for humans or --pretty to indent JSON. Dates are ISO 8601 (YYYY-MM-DD).

Preconditions

  • Credentials set (gplay auth login or GPLAY_SERVICE_ACCOUNT).
  • Service account needs "View app information and download bulk reports" permission.
  • The app must have enough installs to generate vitals data (small apps return empty sets).

The real surface

There are exactly three groups. There is no crashes list/get, no errors list/get, no performance overview/permissions, no --cluster-id, --version-code, --start-time/--end-time, --severity, or --error-id.

Command Purpose
vitals crashes query Crash / ANR rate metrics over a date range
vitals crashes anomalies Auto-detected regressions — the release gate
vitals performance startup|rendering|battery Performance metric breakdowns
vitals errors issues Grouped error issues (AIP-160 filterable)
vitals errors reports Individual error reports with stack traces
Installs
164
GitHub Stars
41
First Seen
Feb 15, 2026
gplay-vitals-monitoring — tamtom/gplay-cli-skills