What problem does it solve?
Many frontend bugs and performance issues only appear at runtime in a real browser, making them hard to find through static analysis or unit tests alone. This Skill gives an agent the ability to observe the live DOM, console output, network requests, and performance traces so problems can be reproduced, diagnosed, and verified in context.
Core Features & Use Cases
- Live DOM and Styles Inspection: Read the rendered DOM tree and computed styles to find rendering or CSS issues.
- Console and Network Diagnosis: Capture console errors, warnings, and network request/response payloads to pinpoint API or runtime failures.
- Performance and Accessibility Profiling: Record traces for Core Web Vitals, identify long tasks, and inspect the accessibility tree to surface a11y regressions.
- Use Case: Reproduce a layout bug on http://localhost:3000, capture a before/after screenshot, verify no console errors, and confirm that a PATCH request payload matches the spec.
Quick Start
Ask the agent to open the app at the target URL, take a screenshot, list console errors, capture relevant network requests, and report findings.