What problem does it solve?
Testing UI changes alone means guessing how the interface looks and behaves, with no real-time visual confirmation. This Skill opens a visible Chromium browser so you and the AI can inspect pages together, spot issues, and verify fixes live.
Core Features & Use Cases
- Headed Browser Control: Launches a visible Playwright Chromium instance that the user watches while the AI navigates, clicks, and types via MCP tools.
- Interactive Feedback Loop: Snapshots page state, reports concisely, and waits for user direction before each action instead of running autonomously.
- Live Code Editing: Reads component files, applies edits based on visual feedback, and refreshes the page so hot reload confirms the fix.
- Use Case: You are restyling a settings page in a Next.js app. The AI opens the page in a visible browser, you point out that the fonts look wrong, it edits the component, and you confirm the fix after refresh.
Quick Start
Ask the AI to start a browser pair session on localhost port 5560 and navigate to the agents page so you can review the UI together.