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 performance/lag), especially if the user seems inexperienced and needs guided, step-by-step diagnosis.
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.Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer