What problem does it solve?
This Skill enables reproducible end-to-end browser diagnostics by driving a real browser session to reproduce UI bugs, gather screenshots, console errors, and network/WebSocket traces, and correlate those artifacts with source code for accurate root-cause analysis.
Core Features & Use Cases
- E2E diagnostic workflow: Guided reproduce → capture → trace loop with mandatory evidence (before/after screenshots, console logs, network captures).
- Exploratory testing: Proactive UX and responsive checks across flows, including accessibility and edge-case interaction testing.
- Advanced monitoring: Injects fetch, XHR, and WebSocket monitors, uses snapshotForAI for element discovery, and preserves named pages across scripts for session continuity.
- Use case: Reproduce an intermittent form submission failure, capture network/http and websocket activity, collect console stack traces, and map evidence to the responsible frontend and backend files.
Quick Start
Run dev-browser against your app URL, get the main page, use snapshotForAI to inspect state, perform the action to reproduce the issue, and save screenshots and network logs for analysis.