browser-testing-with-devtools

Installation
SKILL.md

Browser Testing with DevTools

Overview

Use browser DevTools to verify runtime behavior, debug issues, and measure performance. DevTools provides ground truth that code review and unit tests cannot.

When to Use

  • Verifying that a UI component renders correctly
  • Debugging layout, styling, or interaction issues
  • Measuring page load performance
  • Inspecting network requests and responses
  • Profiling JavaScript execution

DevTools Capabilities

Elements Panel

Installs
1
GitHub Stars
7
First Seen
May 7, 2026
browser-testing-with-devtools — v1truv1us/ai-eng-system