What problem does it solve? Diagnosing slow page loads and poor Lighthouse scores requires correlating trace data, network requests, and codebase configuration, which is tedious and error-prone when done manually. ## Core Features & Use Cases - Core Web Vitals Measurement: Captures LCP, INP, CLS, FCP, TBT, and Speed Index via Chrome DevTools performance traces with reload-based cold-load analysis. - Network and Rendering Analysis: Identifies render-blocking resources, network dependency chains, missing preloads, caching issues, and oversized payloads. - Codebase Analysis: Detects the framework and bundler (Webpack, Vite, Next.js, etc.) to surface tree-shaking, polyfill, minification, and dead-code issues. - Use Case: Point the skill at a staging URL to get a prioritized report of performance issues with estimated impact, specific fixes, and an accessibility gap summary. ## Quick Start Audit the performance of https://example.com and report the Core Web Vitals with prioritized recommendations.