Vitest
Automates UI test generation and execution using visual analysis and code synthesis for rapid regression testing.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add pproenca-vitest npx -- -y @trustedskills/pproenca-vitest
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"pproenca-vitest": {
"command": "npx",
"args": [
"-y",
"@trustedskills/pproenca-vitest"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The pproenca-vitest skill enables AI agents to run and manage unit tests using Vitest, a powerful testing framework for JavaScript and TypeScript projects. It allows users to execute test suites, generate reports, and identify failing tests within their codebase.
When to use it
- You need to verify the correctness of your JavaScript or TypeScript code through automated testing.
- You want to run tests in a CI/CD pipeline as part of an automated build process.
- Your project uses Vitest as its primary test runner and you need integration with AI agents for test automation.
Key capabilities
- Execute Vitest test suites programmatically
- Generate detailed test reports
- Identify and highlight failing or skipped tests
Example prompts
- "Run all unit tests in the
srcdirectory using Vitest." - "Generate a test coverage report after running the test suite."
- "Identify which tests failed in the latest test run."
Tips & gotchas
- Ensure your project has Vitest installed and configured before using this skill.
- Test environments may require specific dependencies or configurations to be set up properly.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.