What problem does it solve?
Agents and developers cannot reliably diagnose runtime browser issues from static code alone; this Skill provides live browser inspection so you can observe DOM, console, network, and performance behavior as it actually runs to find root causes quickly.
Core Features & Use Cases
- Live DOM Inspection: Read the rendered DOM tree to verify component output and structure.
- Console & Network Capture: Collect console logs and network requests/responses to diagnose errors and API issues.
- Performance & Visual Verification: Capture performance traces and screenshots for profiling and visual regression checks.
- Use Case: When a UI bug only appears in the browser, use this Skill to reproduce the issue, capture a trace and screenshots, inspect the DOM and network activity, implement a code fix, and verify the result in the same session.
Quick Start
Open the target page with the Chrome DevTools MCP connection and capture a screenshot, DOM snapshot, console logs, network requests, and a short performance trace for the failing flow.