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

  • Inspect DOM structure
Related skills

More from v1truv1us/ai-eng-system

Installs
1
GitHub Stars
6
First Seen
6 days ago