launch

Automate VS Code Insiders UI and Copilot Chat via Chrome DevTools Protocol.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/petarkabashki/vs-copilot-demistified --skill launch-petarkabashki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: launch
Source: https://github.com/petarkabashki/vs-copilot-demistified/tree/main/.agents/skills/launch
Command: npx skills add https://github.com/petarkabashki/vs-copilot-demistified --skill launch-petarkabashki

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates interactions with the VS Code Insiders UI, including the Copilot Chat extension, enabling programmatic control and testing of the editor's interface.

Core Features & Use Cases

  • UI Automation: Control VS Code Insiders and its extensions via the Chrome DevTools Protocol (CDP).
  • Chat Interaction: Automate typing messages, sending commands, and interacting with the Copilot Chat panel.
  • Testing & Debugging: Facilitate UI testing, take screenshots for debugging, and verify extension behavior.
  • Use Case: Automatically test the Copilot Chat extension by launching VS Code Insiders, typing a predefined prompt into the chat, and verifying the response.

Quick Start

Launch VS Code Insiders with the Copilot Chat extension and connect agent-browser to automate UI interactions.

Frequently Asked Questions about launch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate VS Code Insiders UI for extension testing?

You can automate VS Code Insiders UI using the Chrome DevTools Protocol (CDP). This enables programmatic interaction with the editor interface, chat panel, and testing workflows via agent-browser.

Can I automate Copilot Chat interactions programmatically?

Yes, you can automate Copilot Chat interactions programmatically. The Skill sends messages and commands to the chat panel using agent-browser via the Chrome DevTools Protocol.

What do I need to automate VS Code UI with the Chrome DevTools Protocol?

To automate VS Code UI, you need agent-browser, VS Code Insiders, and the compiled Copilot Chat extension. These components connect via the Chrome DevTools Protocol.

Does this approach support taking screenshots for UI debugging?

Yes, the approach supports taking screenshots for UI debugging. It facilitates UI testing by allowing programmatic control over the VS Code Insiders interface to verify extension behavior.

Why do I need VS Code Insiders instead of standard VS Code for CDP automation?

VS Code Insiders is required for CDP automation because the Skill specifically targets its interface. It connects agent-browser to the editor to control extensions like Copilot Chat.

What is the best way to test Copilot Chat extension behavior automatically?

The best way to test Copilot Chat automatically is launching VS Code Insiders via CDP, typing a predefined prompt into the chat, and programmatically verifying the response.