Vitest

🌐Community
by onmax · vlatest · Repository

Automates visual inspection tasks using AI, identifying defects and inconsistencies in product images with high accuracy.

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 onmax-vitest npx -- -y @trustedskills/onmax-vitest
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "onmax-vitest": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/onmax-vitest"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The onmax-vitest skill enables AI agents to run and manage unit tests using Vitest, a powerful JavaScript testing framework. It supports test execution, result reporting, and integration with modern development workflows.

When to use it

  • You need to automate test runs as part of a CI/CD pipeline.
  • You want to validate code changes quickly during local development.
  • Your project uses Vue or Nuxt.js and requires fast, reliable testing.
  • You're looking for a lightweight alternative to Jest with better performance.

Key capabilities

  • Execute unit tests using Vitest
  • Generate detailed test reports
  • Integrate with Nuxt.js projects
  • Support for modern JavaScript features

Example prompts

  • "Run all unit tests in the project."
  • "Generate a test coverage report for the latest commit."
  • "Watch for changes and run tests automatically."

Tips & gotchas

  • Ensure Vitest is installed as a dev dependency in your project.
  • Test configuration files (e.g., vitest.config.js) must be properly set up for the skill to function correctly.

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
onmax
Installs
493

🌐 Community

Passed automated security scans.