What problem does it solve? Diagnosing slow page loads and poor Lighthouse scores requires correlating traces, network requests, and codebase configuration, which is time-consuming to do manually. ## Core Features & Use Cases - Performance Trace Analysis: Capture cold-load traces and analyze Core Web Vitals insights such as LCP breakdown, CLS culprits, and render-blocking resources. - Network and Accessibility Audits: Inspect network requests for caching issues, large payloads, and missing preloads, plus flag accessibility gaps from DOM snapshots. - Codebase Analysis: Detect the framework and bundler (Webpack, Vite, Next.js, etc.) and identify tree-shaking, polyfill, and minification opportunities. - Use Case: Point the skill at a staging URL to get a prioritized report of Core Web Vitals ratings, top issues with estimated impact, and specific fixes like compressing an oversized hero image. ## Quick Start Audit the performance of https://example.com and give me a prioritized list of Core Web Vitals issues with specific fixes.