gplay-vitals-monitoring
App vitals monitoring for crashes, ANRs, performance metrics, and errors via gplay vitals commands. Use when asked to check app stability, crash rates, ANR rates, or performance data from Google Play Console.
What this skill does
# App Vitals Monitoring Use this skill when you need to monitor app stability, performance, and errors from Google Play Console. ## Preconditions - Ensure credentials are set (`gplay auth login` or `GPLAY_SERVICE_ACCOUNT` env var). - Service account needs "View app information and download bulk reports" permission. - App must have active installs generating vitals data. ## Crash Monitoring ### List crash clusters ```bash gplay vitals crashes list \ --package com.example.app ``` ### Get crash cluster details ```bash gplay vitals crashes get \ --package com.example.app \ --cluster-id CLUSTER_ID ``` ### Filter by time range ```bash gplay vitals crashes list \ --package com.example.app \ --start-time 2026-01-01T00:00:00Z \ --end-time 2026-02-01T00:00:00Z ``` ### Filter by version code ```bash gplay vitals crashes list \ --package com.example.app \ --version-code 42 ``` ### Filter by app version name ```bash gplay vitals crashes list \ --package com.example.app \ --version-name "1.2.0" ``` ### Paginate through all crash clusters ```bash gplay vitals crashes list \ --package com.example.app \ --paginate ``` ### Output as table for readability ```bash gplay vitals crashes list \ --package com.example.app \ --output table ``` ## ANR Monitoring ### List ANR clusters ```bash gplay vitals crashes list \ --package com.example.app \ --type anr ``` ### Get ANR cluster details ```bash gplay vitals crashes get \ --package com.example.app \ --cluster-id CLUSTER_ID \ --type anr ``` ## Performance Metrics ### Get performance overview ```bash gplay vitals performance overview \ --package com.example.app ``` ### Startup time metrics ```bash gplay vitals performance startup \ --package com.example.app ``` ### Filter by device type ```bash gplay vitals performance overview \ --package com.example.app \ --device-type phone ``` ### Filter by OS version ```bash gplay vitals performance overview \ --package com.example.app \ --os-version 14 ``` ### Rendering metrics (slow/frozen frames) ```bash gplay vitals performance rendering \ --package com.example.app ``` ### Battery metrics ```bash gplay vitals performance battery \ --package com.example.app ``` ### Permission denials ```bash gplay vitals performance permissions \ --package com.example.app ``` ## Error Reporting ### List error clusters ```bash gplay vitals errors list \ --package com.example.app ``` ### Get error details ```bash gplay vitals errors get \ --package com.example.app \ --error-id ERROR_ID ``` ### Filter errors by severity ```bash gplay vitals errors list \ --package com.example.app \ --severity critical ``` ### Filter errors by time range ```bash gplay vitals errors list \ --package com.example.app \ --start-time 2026-01-01T00:00:00Z \ --end-time 2026-02-01T00:00:00Z ``` ## Common Flags | Flag | Description | |------|-------------| | `--package` | App package name (required) | | `--start-time` | Start of time range (RFC 3339) | | `--end-time` | End of time range (RFC 3339) | | `--version-code` | Filter by version code | | `--version-name` | Filter by version name | | `--type` | Event type (`crash`, `anr`) | | `--output` | Output format (`json`, `table`, `markdown`) | | `--paginate` | Fetch all pages | | `--pretty` | Pretty-print JSON output | ## Workflow Examples ### Daily stability check ```bash # Check crash rate for the latest version gplay vitals crashes list \ --package com.example.app \ --version-name "2.1.0" \ --output table # Check ANR rate gplay vitals crashes list \ --package com.example.app \ --version-name "2.1.0" \ --type anr \ --output table # Review performance gplay vitals performance overview \ --package com.example.app \ --output table ``` ### Investigate a crash spike ```bash # 1. List top crash clusters gplay vitals crashes list \ --package com.example.app \ --start-time 2026-02-10T00:00:00Z \ --output table # 2. Get details for the top cluster CLUSTER=$(gplay vitals crashes list \ --package com.example.app \ --start-time 2026-02-10T00:00:00Z | jq -r '.[0].clusterId') gplay vitals crashes get \ --package com.example.app \ --cluster-id $CLUSTER \ --pretty # 3. Check if it's version-specific gplay vitals crashes list \ --package com.example.app \ --version-code 105 \ --output table ``` ### CI/CD stability gate ```bash # Check if crash rate exceeds threshold before promoting CRASH_COUNT=$(gplay vitals crashes list \ --package com.example.app \ --version-name "$VERSION" | jq 'length') if [ "$CRASH_COUNT" -gt 10 ]; then echo "Too many crash clusters ($CRASH_COUNT). Halting promotion." exit 1 fi gplay promote \ --package com.example.app \ --from beta \ --to production \ --rollout 10 ``` ## Best Practices 1. **Monitor after every release** - Check vitals within 24-48 hours of rollout. 2. **Upload deobfuscation files** - Ensure crash stack traces are readable. 3. **Set up CI stability gates** - Block promotion when crash rates exceed thresholds. 4. **Track ANRs separately** - ANRs impact Play Store ranking more than crashes. 5. **Compare across versions** - Filter by version code to detect regressions. 6. **Use JSON output in scripts** - Parse with `jq` for automated monitoring.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.