What problem does it solve?
This Skill eliminates the guesswork and friction of running, debugging, and interpreting Vitest test results for the claude-skills-deployer VS Code extension, saving developers time troubleshooting test failures and inconsistent test execution.
Core Features & Use Cases
- Standardized Test Execution: Clear naming conventions and run commands for all extension test types including unit tests, latency benchmarks, solo parallel-safe tests, data pruning tests, and VS Code Extension Host integration tests.
- Common Failure Troubleshooting: Step-by-step fixes for frequent issues like missing vscode module errors, compilation resolution failures, missing xvfb on Linux/WSL, benchmark p95 regressions, and parallel test timeouts.
- Use Case: When refactoring the extension's MCP filesystem server, use this Skill to quickly run the relevant benchmark tests, interpret p95 latency results, and identify blocking I/O issues in the hot path.
Quick Start
Use the vitest-extension-testing skill to run all unit tests for the claude-skills-deployer extension and interpret any failure outputs to resolve issues quickly.