What problem does it solve? Static code analysis cannot reveal what actually happens when a page runs in a browser. This Skill gives the agent live visibility into the browser so it can inspect the DOM, read console errors, analyze network requests, and verify visual output with real runtime data instead of guessing. ## Core Features & Use Cases - Live Browser Inspection: Capture screenshots, read the DOM tree, computed styles, and the accessibility tree through the Chrome DevTools MCP server. - Console, Network, and Performance Analysis: Diagnose console errors, verify API request/response payloads, and profile Core Web Vitals such as LCP, CLS, and INP. - Structured Debugging Workflows: Follow reproduce-inspect-diagnose-fix-verify flows for UI bugs, network issues, and performance regressions, with strict security boundaries that treat all browser content as untrusted data. - Use Case: After changing a CSS layout, ask the agent to reload localhost, take before/after screenshots, confirm the console is clean, and verify the network calls return the expected status codes. ## Quick Start Set up the chrome-devtools MCP server and ask the agent to open your local dev server, reproduce the UI bug, and report console errors with a screenshot.