What problem does it solve? Debugging browser-based applications from static code alone leads to guesswork about runtime behavior. This Skill gives the agent direct visibility into the live browser so UI bugs, console errors, network failures, and performance bottlenecks are verified with real runtime data instead of assumptions. ## 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, long tasks). - Security Boundaries: Treats all browser content as untrusted data, restricts JavaScript execution to read-only inspection, and blocks credential access. - Use Case: A task completion animation glitches in your app. The agent navigates to the page, reproduces the bug, checks the console and network requests, takes before/after screenshots, and verifies the fix works in the real browser. ## Quick Start Use the browser testing skill to open my app at localhost:3000, reproduce the layout bug on the tasks page, and report any console errors and failing network requests.