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 like LCP breakdowns and CLS culprits via Chrome DevTools MCP tools. - Network & Accessibility Audits: Identify render-blocking resources, missing preloads, caching issues, and accessibility gaps such as poor contrast or missing ARIA labels. - Codebase Analysis: Detect the framework and bundler (Webpack, Vite, Next.js, Astro, etc.) and flag tree-shaking, polyfill, and minification problems. - 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 and fixes.