What problem does it solve?
This Skill bridges the gap between static code inspection and real runtime behavior by giving an agent direct, inspectable access to a running browser so UI bugs, console errors, network issues, and performance regressions can be observed and verified in context.
Core Features & Use Cases
- DOM Inspection & Screenshots: Capture live DOM trees and screenshots to verify rendered structure and visual state before and after changes.
- Console & Network Analysis: Collect console logs and network request/response details to diagnose errors, API problems, and CORS or payload issues.
- Performance & Accessibility Profiling: Record performance traces (LCP, CLS, INP, long tasks) and read the accessibility tree to surface bottlenecks and a11y regressions.
- Safe JavaScript Execution: Run read-only page scripts for state inspection while enforcing no external requests, no credential access, and requiring confirmation for mutations.
- Test Plan & Verification Workflow: Follow a reproducible REPRODUCE → INSPECT → DIAGNOSE → FIX → VERIFY workflow for UI, network, and performance issues.
Quick Start
Open the target page in Chrome DevTools MCP and capture a screenshot, DOM snapshot, console logs, and a network trace for the failing interaction.