Debug Browser Issues with DevTools
browser-testing-with-devtoolsskillsetup L2★2
LLl0k0laD/agent-skills ↗What it does
Inspect DOM, console, network, and performance at runtime
Best for
When you need live runtime state inspection instead of static code analysis.
Inputs
- · URL
- · browser action
Outputs
- · DOM tree
- · console logs
- · network requests
- · performance metrics
- · screenshots
Requires
- · Chrome DevTools MCP
Preconditions
- · Chrome browser
- · DevTools access
Failure modes
- · browser crash
- · DevTools timeout
- · protocol disconnect
Trust signals
- · Published in agent-skills collection