一键导入
gpc-vitals
Monitor Android Vitals metrics — crashes, ANRs, startup time, rendering, wakeups, and memory using gpc. Use when checking app health or performance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Monitor Android Vitals metrics — crashes, ANRs, startup time, rendering, wakeups, and memory using gpc. Use when checking app health or performance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create, deploy, and manage app recovery actions for Google Play using gpc. Use when responding to critical app issues that require user-facing recovery.
Manage Android app bundles, APKs, build processing, and debug symbol uploads using gpc. Use when uploading builds, checking build status, or uploading ProGuard mappings.
Guidance for using the Play Console CLI (gpc) — flags, output formats, auth profiles, pagination, and safety conventions. Use when asked to run or design gpc commands.
Manage supported devices, device statistics, device tier configs, country availability, and reports using gpc. Use when working with device targeting or distribution settings.
Sync and manage Google Play store listings, images, and screenshots using gpc. Use when updating store metadata, uploading screenshots, or syncing from local directories.
Manage in-app products, subscriptions, base plans, and subscription offers using gpc. Use when creating or updating monetization catalog.
| name | gpc-vitals |
| description | Monitor Android Vitals metrics — crashes, ANRs, startup time, rendering, wakeups, and memory using gpc. Use when checking app health or performance. |
Use this skill when monitoring app health metrics, crash rates, ANR rates, or performance indicators.
gpc vitals overview --package com.example.app
gpc vitals overview --days 28 --package com.example.app
gpc vitals crashes --package com.example.app
gpc vitals crashes --days 7 --package com.example.app
gpc vitals anr --package com.example.app
gpc vitals anr --days 7 --package com.example.app
gpc vitals slow-start --package com.example.app
gpc vitals slow-rendering --package com.example.app
gpc vitals wakeups --package com.example.app
gpc vitals wakelocks --package com.example.app
gpc vitals memory --package com.example.app
gpc vitals errors --package com.example.app
gpc vitals errors --days 7 --package com.example.app
gpc vitals errors issues --package com.example.app
Run a full health assessment:
gpc vitals overview --days 7 --package com.example.app -o table
gpc vitals crashes --days 7 --package com.example.app -o table
gpc vitals anr --days 7 --package com.example.app -o table
--days 7 for recent trends, --days 28 for overall health.-o table when presenting to user; -o json for data processing.gpc deobfuscation upload) for readable crash stacks.gpc-build-lifecycle skill for deobfuscation upload.