What problem does it solve? Static code analysis cannot reveal what actually happens when a page runs in a browser. This Skill gives an AI agent live access to 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 including Core Web Vitals (LCP, CLS, INP). - Structured Debugging Workflows: Follow step-by-step flows for UI bugs, network issues, and performance regressions, with before/after screenshot verification. - Security Boundaries: Enforces profile isolation, treats all browser content as untrusted data, and restricts JavaScript execution to read-only inspection. - Use Case: A task completion animation misbehaves in your app. The agent navigates to localhost, reproduces the bug, checks the console and network calls, identifies the root cause, applies the fix, and verifies with a fresh screenshot. ## Quick Start Ask the agent to open your local dev server in Chrome DevTools MCP, reproduce the UI bug, and report console errors, network activity, and a screenshot of the broken state.