Use when the user says "use the DevTools skill" or when they need help debugging a web app with Chrome DevTools MCP (UI bugs, incorrect behavior, console errors, network/API failures, or...
Use the Chrome DevTools MCP server to diagnose and fix frontend issues by observing the live page, gathering evidence (console, network, performance), and proposing targeted code changes.
list_pages → select_page → take_snapshot.list_console_messages, then get_console_message for details).list_network_requests, then get_network_request for errors/slow calls).take_snapshot to locate the target element; if unclear, take_screenshot.evaluate_script (read-only DOM queries).click, hover, or press_key.evaluate_script.performance_start_trace (reload=true) → reproduce → performance_stop_trace.performance_analyze_insight.get_network_request), capture status, timing, payload.references/mcp-cheatsheet.md for MCP command usage.references/debug-workflows.md for detailed steps and examples.references/performance.md for perf triage patterns.references/network.md for network debugging patterns.references/ui-debug.md for DOM/layout debugging tips.