What problem does it solve? Diagnosing slow page loads and poor Core Web Vitals requires correlating traces, network requests, and bundle configuration, which is tedious and error-prone when done manually. ## Core Features & Use Cases - Performance Trace Analysis: Capture cold-load traces via Chrome DevTools MCP and extract LCP, CLS, TTFB, INP, and render-blocking insights. - Network & Accessibility Audit: Identify render-blocking resources, missing preloads, caching issues, oversized payloads, and accessibility gaps. - Codebase Analysis: Detect the framework and bundler (Webpack, Vite, Next.js, 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 concrete fixes like compressing a 450KB hero image to WebP. ## Quick Start Audit the performance of https://example.com and give me a prioritized list of Core Web Vitals issues with specific fixes.