What problem does it solve? Static code analysis cannot reveal what actually happens at runtime in a browser. This Skill gives the agent live visibility into the browser so UI bugs, console errors, network failures, and performance bottlenecks are verified with real runtime data instead of guesswork. ## Core Features & Use Cases - Live Browser Inspection: Capture screenshots, read the DOM tree, retrieve console logs, and monitor network requests through Chrome DevTools MCP. - Structured Debugging Workflows: Follow step-by-step flows for UI bugs, network issues, and performance profiling (LCP, CLS, INP), including screenshot-based before/after verification. - Security Boundaries: Treats all browser content as untrusted data, restricts JavaScript execution to read-only inspection, and blocks credential access and prompt-injection from page content. - Use Case: A task-completion animation misbehaves in your React app. The agent navigates to the page, reproduces the bug, checks the console and network PATCH requests, compares screenshots before and after the fix, and confirms a clean console. ## Quick Start Set up the Chrome DevTools MCP server and ask the agent to open your local dev page, reproduce the UI bug, and report console errors, network requests, and a screenshot.