What problem does it solve? Manually testing VS Code UI features, chat panel behavior, and extension workflows is slow and hard to verify. This Skill lets an agent launch VS Code (Code OSS) with remote debugging and drive the UI programmatically through agent-browser, with screenshots as evidence. ## Core Features & Use Cases - CDP-Based Automation: Launch Code OSS, the Agents workbench, or extension debug sessions with --remote-debugging-port and connect agent-browser to snapshot and interact with UI elements. - Monaco Editor Input Handling: Reliable patterns for typing into the chat input across builds, including the keyboard-shortcut focus plus per-key press fallback when type @ref silently fails on Code OSS. - Screenshot Evidence: Timestamped screenshot folders capture UI state after launch, before and after interactions, and on failures. - Use Case: After modifying VS Code chat panel source code, rebuild, relaunch Code OSS on port 9224, focus the chat input, type a prompt, send it, and screenshot the result to verify the change. ## Quick Start Launch Code OSS with remote debugging on port 9224, connect agent-browser, snapshot the interactive elements, and take a screenshot of the chat panel.