What problem does it solve?
This Skill helps developers identify, analyze, and resolve visual bugs, rendering issues, and runtime errors in React-based user interfaces.
Core Features & Use Cases
- UI Bug Diagnosis: Guides users through reproducing and inspecting layout and rendering problems.
- Browser Inspection Delegation: Automatically channels browser actions like navigation, screenshots, and network requests to the
browser skill.
- Client-side State Inspection: Provides commands to evaluate the DOM and application state to pinpoint issues.
- Use Case: When encountering a UI layout glitch, use this Skill to snapshot the DOM, check console logs, and inspect network requests all within a structured troubleshooting framework.
Quick Start
Use the debug-ui skill to diagnose a rendering issue by reviewing the DOM snapshot and console logs after reproducing the bug in the browser.