What problem does it solve? Web pages often suffer from slow load times, layout shifts, and unoptimized assets, but diagnosing the root cause requires deep knowledge of performance tooling and metrics. This Skill guides a structured audit of Core Web Vitals (LCP, INP, CLS), network requests, and codebase bundler configuration to pinpoint and fix performance bottlenecks. ## Core Features & Use Cases - Performance Trace Analysis: Runs Chrome DevTools MCP traces and analyzes insights like LCPBreakdown, CLSCulprits, and RenderBlocking against official thresholds. - Network & Accessibility Inspection: Lists network requests to find render-blocking resources, missing preloads, caching issues, and takes accessibility snapshots for WCAG contrast and ARIA gaps. - Codebase Optimization Review: Detects the framework and bundler (Webpack, Vite, Next.js, etc.) and checks tree-shaking, polyfills, minification, and compression settings. - Use Case: A developer notices their landing page loads slowly. The Skill runs a trace, finds a 3.8s LCP caused by an unpreloaded hero image and render-blocking CSS, then recommends adding fetchpriority="high" and inlining critical CSS. ## Quick Start Ask the agent to audit your page's Core Web Vitals by providing the target URL, for example: audit https://example.com for LCP, CLS, and render-blocking resources.