addy-browser-testing-with-devtools

Inspect DOM, console logs, and network activity via Chrome DevTools MCP.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/japurcell/skills --skill addy-browser-testing-with-devtools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: addy-browser-testing-with-devtools
Source: https://github.com/japurcell/skills/tree/main/skills/addy-browser-testing-with-devtools
Command: npx skills add https://github.com/japurcell/skills --skill addy-browser-testing-with-devtools

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides real-browser visibility into UI behavior, enabling debugging and verification of UI components by inspecting the live DOM, console, and network activity.

Core Features & Use Cases

  • Live browser observation: inspect DOM, read console logs, analyze network requests, and profile performance using Chrome DevTools MCP.
  • UI debugging and verification: diagnose layout, interaction, and rendering issues against real runtime data across pages and components.
  • Use Case: When you need to reproduce a flaky UI bug, load the page in a real browser, capture console errors, network timing, and a DOM snapshot, then verify the fix.

Quick Start

Launch the MCP-enabled browser testing session by loading the target page and enabling DevTools MCP.

Frequently Asked Questions about addy-browser-testing-with-devtools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I inspect the DOM and read console logs during agent workflows?

You can inspect the live DOM and read console logs during agent workflows by connecting to Chrome DevTools MCP, which provides real-browser visibility to debug and verify UI components against runtime data.

What is real-browser testing with DevTools MCP used for?

Real-browser testing with DevTools MCP is used for observing UI behavior by inspecting the live DOM, analyzing network requests, and profiling performance to diagnose layout, interaction, and rendering issues.

How do I reproduce a flaky UI bug using a real browser?

To reproduce a flaky UI bug, load the page in a real browser via DevTools MCP, capture console errors and network timing, take a DOM snapshot, and then verify your fix against the captured runtime data.

Can I analyze network activity and performance data within an agent session?

Yes, you can analyze network activity and performance data within an agent session by enabling Chrome DevTools MCP, which allows you to monitor network requests and profile performance directly during agent workflows.

Does browser testing with DevTools MCP require additional dependencies?

Browser testing with DevTools MCP requires no additional dependencies, allowing you to directly connect to Chrome DevTools MCP to read the DOM, console logs, network activity, and performance data.

What is the best way to diagnose layout and rendering issues against real runtime data?

The best way to diagnose layout and rendering issues against real runtime data is using real-browser observability via DevTools MCP to inspect the live DOM and analyze network activity across pages and components.