What problem does it solve? Web pages often fail Google's Core Web Vitals thresholds, hurting page experience and search rankings, and developers struggle to connect lab measurements with real-user impact. This Skill provides a measurement-first workflow to identify which metric is failing, trace the root cause, and apply targeted fixes. ## Core Features & Use Cases - Metric-specific optimization guides: Detailed playbooks for LCP (server response, render-blocking resources, image prioritization), INP (input delay, processing, presentation phases), and CLS (reserved space, dynamic content, font stabilization). - Evidence-driven measurement workflow: Sequences CrUX p75 field data, Chrome DevTools performance traces, and first-party RUM so fixes are grounded in real user impact rather than guesses. - Framework quick fixes: Ready-to-apply patterns for Next.js, React, Vue/Nuxt, and Astro covering image priority, dynamic imports, and dimension handling. - Use Case: A developer sees poor INP in Search Console, uses this Skill to trace the slow interaction, identifies main-thread contention from a third-party script, defers it, and verifies the fix with a follow-up trace. ## Quick Start Ask the agent to diagnose why my page's LCP is over 4 seconds and apply the recommended fixes to my Next.js app.