What problem does it solve? Frontend bugs in React/Next.js apps are hard to reproduce and diagnose without seeing the actual browser behavior, console errors, and network traffic. This Skill automates live browser investigation so you get evidence-backed root causes instead of guesswork. ## Core Features & Use Cases - Automated Reproduction: Navigates to problem pages, clicks elements, fills forms, and captures screenshots at each step via Playwright MCP. - Console & Network Analysis: Captures console errors, failed API requests, CORS issues, and WebSocket problems through Chrome DevTools Protocol. - React/Next.js Specific Diagnosis: Investigates hydration mismatches, server component errors, client boundary issues, and useEffect bugs. - Use Case: A user reports that login is broken. The Skill navigates to the signin page, enters test credentials, clicks login, captures console errors and the failed API response, then reports the root cause with a suggested code fix. ## Quick Start Debug why the login flow on localhost:3001 is failing and report the root cause with screenshots and console errors.