ui-scenario-validation

Installation
SKILL.md

UI Scenario Validation

Drives a real VS Code instance through a scenario and records reproducible evidence.

Use this to reproduce a reported bug, to show that a fix works, or to attach a recording to a test-plan item. For deterministic regression coverage that runs on every build, write a smoke test instead (see the smoke-tests skill) — this skill is for one-off, issue-derived validation.

Prerequisites

npm install                 # once
npm run electron            # download the Electron runtime
npm run transpile-client    # or `npm run watch` in another terminal
npm --prefix test/mcp run compile
Installs
1
GitHub Stars
192.6K
First Seen
Aug 19, 2026
ui-scenario-validation — microsoft/vscode