What problem does it solve?
This Skill provides low-level Chrome DevTools MCP reference material so you can reliably inspect and diagnose page issues (performance, accessibility, Lighthouse insights, and memory behavior) when higher-level flows need deeper tool guidance.
Core Features & Use Cases
- DevTools MCP low-level reference: Pinpoint the exact tools, parameters, and workflow patterns for interacting with live pages via MCP.
- Performance / Lighthouse guidance: Use Core Web Vitals-oriented trace workflows (e.g., LCP breakdown) and interpret insight outputs for bottleneck isolation.
- A11y debugging snippets: Apply targeted DOM evaluation snippets for accessibility checks such as missing labels and contrast approximations.
- Memory leak workflows: Follow safe heap snapshot and memlab-based leak analysis guidance, with a fallback snapshot comparison script.
- Troubleshooting: Handle common MCP/Chrome issues like remote debugging setup, protocol failures, and platform-specific quirks.
Quick Start
Ask the AI to use the chrome-devtools-mcp reference to guide the next DevTools MCP steps for diagnosing why a page has poor LCP and list the relevant low-level tool calls to run.