What problem does it solve? Static code analysis cannot reveal what actually happens when a page runs in a browser. This Skill gives an 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 Chrome DevTools MCP. - Runtime Diagnostics: Analyze console logs, network requests and responses, and performance traces (LCP, CLS, INP) to find root causes. - Structured Debugging Workflows: Follow reproduce-inspect-diagnose-fix-verify flows for UI bugs, network issues, and performance regressions, with strict security boundaries treating all browser content as untrusted data. - Use Case: A CSS fix passes unit tests but the layout still looks wrong. The agent loads the page, screenshots before and after, checks the console for errors, and confirms the computed styles match the spec. ## Quick Start Ask the agent to open your local dev server page in Chrome DevTools MCP, reproduce the UI bug, and report console errors, network failures, and a screenshot of the broken state.