Android Vitals
Use this skill for Play Developer Reporting API workflows.
Core commands
gpc vitals overview --days 28
gpc vitals crashes --days 7
gpc vitals anr --days 7
gpc vitals slow-start --days 28
gpc vitals slow-rendering --days 28
gpc vitals wakeups --days 28
gpc vitals wakelocks --days 28
gpc vitals memory --days 28
gpc vitals errors --days 28
gpc vitals errors issues
Common usage patterns
For recent regressions:
gpc vitals overview --days 7 -o table
gpc vitals crashes --days 7 -o table
gpc vitals anr --days 7 -o table
For broader health checks:
gpc vitals overview --days 28
Agent behavior
- Use
--days 7for post-release checks and--days 28for broader trends. - Prefer
-o tablewhen presenting results directly to a user. - Pair vitals triage with
gpc deobfuscation uploadguidance when stack symbolication is relevant. - Do not overstate thresholds or computed interpretations that the CLI itself does not return.