gpc-vitals
Monitor Android Vitals metrics — crashes, ANRs, startup time, rendering, wakeups, and memory using gpc. Use when checking app health or performance.
Works with
--- 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. license: MIT --- # Android Vitals Use this skill when monitoring app health metrics, crash rates, ANR rates, or performance indicators. ## Overview ```bash gpc vitals overview --package com.example.app gpc vitals overview --days 28 --package com.example.app ``` ## Individual metrics ### Crash rate ```bash gpc vitals crashes --package com.example.app gpc vitals crashes --days 7 --package com.example.app ``` ### ANR rate ```bash gpc vitals anr --package com.example.app gpc vitals anr --days 7 --package com.example.app ``` ### Slow startup ```bash gpc vitals slow-start --package com.example.app ``` ### Slow rendering (jank) ```bash gpc vitals slow-rendering --package com.example.app ``` ### Excessive wakeups ```bash gpc vitals wakeups --package com.example.app ``` ### Stuck wakelocks ```bash gpc vitals wakelocks --package com.example.app ``` ### Low memory killer ```bash gpc vitals memory --package com.example.app ``` ## Error tracking ### View error counts ```bash gpc vitals errors --package com.example.app gpc vitals errors --days 7 --package com.example.app ``` ### List grouped error issues ```bash gpc vitals errors issues --package com.example.app ``` ## Health check workflow Run a full health assessment: ```bash 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 ``` ## Agent behavior - Default to `--days 7` for recent trends, `--days 28` for overall health. - Use `-o table` when presenting to user; `-o json` for data processing. - Flag metrics that exceed Google Play's bad behavior thresholds: - Crash rate > 1.09% - ANR rate > 0.47% - Compare before/after a release to detect regressions. ## Notes - Vitals data uses Play Developer Reporting API v1beta1. - Data may have 24-48 hour delay. - Upload ProGuard mappings (`gpc deobfuscation upload`) for readable crash stacks. - See `gpc-build-lifecycle` skill for deobfuscation upload.
More Performance skills
seo-audit
coreyhaines31/marketingskills
When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," "SEO health check," "my traffic dropped," "lost rankings," "not showing up in Google," "site isn't ranking," "Google update hit me," "page speed," "core web vitals," "crawl errors," or "indexing issues." Use this even if the user just says something vague like "my SEO is bad" or "help with SEO" — start with an audit. For building pages at scale to target keywords, see programmatic-seo. For adding structured data, see schema. For AI search optimization, see ai-seo.
competitor-profiling
coreyhaines31/marketingskills
When the user wants to research, profile, or analyze competitors from their URLs. Also use when the user mentions 'competitor profile,' 'competitor research,' 'competitor analysis,' 'profile this competitor,' 'analyze competitor,' 'competitive intelligence,' 'competitor deep dive,' 'who are my competitors,' 'competitor landscape,' 'competitor dossier,' 'competitive audit,' or 'research these competitors.' Input is a list of competitor URLs. Output is structured competitor profile markdown files. For creating comparison/alternative pages from profiles, see competitors. For sales-specific battle cards, see sales-enablement.
vercel-optimize
vercel-labs/agent-skills
Use for Vercel cost and performance optimization on deployed projects, especially Next.js, SvelteKit, Nuxt, and limited Astro apps. Collect Vercel metrics, usage, project config, and code scan results first; investigate only metric-backed candidates; produce ranked recommendations grounded in verified files and version-aware Vercel/framework docs. Trigger for Vercel bill reduction, slow or expensive routes, caching opportunities, Function Invocations, Build Minutes, Fast Data Transfer, Core Web Vitals, Bot Management, Fluid compute, or cost breakdown requests.

