What problem does it solve? Diagnosing slow page loads and poor Lighthouse scores requires correlating traces, network requests, and code, which is tedious and error-prone when done manually. This Skill provides a structured five-phase audit workflow that measures Core Web Vitals, identifies render-blocking resources and layout shifts, and produces prioritized, quantified recommendations. ## Core Features & Use Cases - Performance Trace Analysis: Runs Chrome DevTools MCP traces and extracts LCP, INP, CLS, FCP, TBT, and Speed Index with good/poor thresholds. - Network & Accessibility Inspection: Detects render-blocking resources, dependency chains, caching gaps, oversized payloads, and WCAG contrast or ARIA issues. - Codebase Analysis: Detects frameworks and bundlers (Webpack, Vite, Next.js, etc.) to find tree-shaking, polyfill, and minification opportunities. - Use Case: Ask the agent to audit your staging site; it navigates to the URL, records a cold-load trace, analyzes insights like LCPBreakdown and CLSCulprits, and returns a prioritized report with specific fixes such as compressing a 450KB hero image to WebP. ## Quick Start Ask the agent to audit the performance of your page at a given URL and report Core Web Vitals with prioritized recommendations.