Vitest

🌐Community
by pproenca · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add pproenca-vitest npx -- -y @trustedskills/pproenca-vitest
2

Or manually add to ~/.claude/settings.json

~/.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 src directory 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
pproenca
Installs
262

🌐 Community

Passed automated security scans.