What problem does it solve? Static code analysis cannot confirm that browser-rendered changes actually work. This Skill gives agents runtime access to live browser state—DOM, console output, network activity, and performance traces—so UI bugs, console errors, and slow interactions are verified with real evidence instead of assumptions. ## Core Features & Use Cases - Runtime UI Verification: Take before/after screenshots, inspect DOM structure and computed styles, and confirm visual fixes actually render correctly. - Network and Console Diagnosis: Monitor requests for 4xx/5xx failures, CORS errors, and payload issues while maintaining a zero-console-error standard. - Performance Profiling: Record traces to identify LCP, CLS, INP, and long-task bottlenecks, then re-measure after fixes. - Use Case: After fixing a layout bug, use this Skill to reproduce the page, screenshot the result, check the console for errors, and verify the accessibility tree before shipping. ## Quick Start Use Chrome DevTools to open the page, take a screenshot, check the console for errors, and verify my layout fix renders correctly.