Analyzes frontend interfaces by capturing screenshots, inspecting DOM states, and validating responsive layouts across multiple viewports.
The debug-ui skill empowers Claude to identify and resolve visual bugs that are often invisible to traditional code analysis. By leveraging the browser-use plugin, it allows for automated screenshot capture, multi-viewport responsive testing, and deep inspection of DOM attributes and CSS classes. This skill is essential for detecting layout overflows, z-index stacking issues, and visual regressions, providing a structured workflow for comparing UI states before and after code changes.
主な機能
01Deep DOM inspection for validating CSS classes, attributes, and hidden elements
02Visual regression detection via before/after state comparison workflows
034 GitHub stars
04Automated identification of overlapping elements and z-index issues
05Multi-viewport responsive testing through simulated device breakpoints
06Structured UI bug reporting including root cause analysis and evidence capture
ユースケース
01Verifying that complex layouts remain responsive across mobile, tablet, and desktop views
02Diagnosing why elements are overlapping, hidden, or failing to respond to user clicks
03Performing visual smoke tests to ensure UI stability after merging new styling changes