What problem does it solve? Running VS Code end-to-end smoke tests and debugging intermittent CI failures is error-prone: developers must know the right npm scripts, grep filters, build flags, and where CI publishes per-platform logs. This Skill consolidates those commands and debugging workflows into one reference. ## Core Features & Use Cases - Smoke test execution: Run npm run smoketest or smoketest-no-compile with grep filters, --tracing, --web, --remote, and --build options for Electron, browser, and remote suites. - Flaky test hunting: Apply a temporary repeat-loop technique in GitHub Actions or Azure DevOps YAML to reproduce intermittent CI failures and capture traces on the first failure. - CI log analysis: Download and interpret smoke test log artifacts (smoke-test-runner.log, Copilot runtime logs, extension-host logs, Playwright screenshots) from both GitHub Actions and Azure DevOps. - Use Case: A smoke test fails only in CI on macOS. Use this Skill to add a temporary 20-iteration loop to the PR workflow, reproduce the flake, download the logs-macos-arm64-electron-1 artifact, and inspect the Copilot runtime logs to find the timeout cause. ## Quick Start Ask the assistant to run only the Agents Window smoke test suite with tracing enabled against the current build.