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 access to the DOM, console logs, network requests, and performance traces so UI bugs, API failures, and rendering issues are verified against real runtime behavior instead of guesswork. ## Core Features & Use Cases - Live Browser Inspection: Capture screenshots, read the DOM and computed styles, inspect the accessibility tree, and retrieve console output through the Chrome DevTools MCP server. - Structured Debugging Workflows: Follow defined reproduce-inspect-diagnose-fix-verify flows for UI bugs, network issues, and performance problems including Core Web Vitals analysis. - Security Boundaries: Enforces profile isolation, treats all browser content as untrusted data, and restricts JavaScript execution to read-only inspection to prevent prompt injection from page content. - Use Case: A task-completion animation glitches in your app. The agent navigates to localhost, reproduces the bug, checks the console for errors, verifies the PATCH request payload, takes before/after screenshots, and confirms the fix works. ## Quick Start Ask the agent to open your local dev server in Chrome DevTools MCP, reproduce the UI bug, and report console errors, network requests, and a screenshot of the broken state.