What it is
browser-testing-with-devtools is a browser verification skill built around Chrome DevTools MCP. It asks the agent to inspect DOM, console, network requests, performance data, and visual output with real runtime data.
Why it is useful
UI bugs often do not show up in static code review. This skill gives the agent a reason to open the browser and verify what users actually see.
Best uses
- Debugging UI layout, styling, or interaction bugs.
- Checking console errors and network failures.
- Profiling frontend performance and Core Web Vitals.
Notes
The skill assumes Chrome DevTools MCP is available. If your environment uses Playwright instead, adapt the workflow but keep the same evidence-first principle.