run-tests

Execute vitest test suites and report outcomes.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Objective-Arts/lens-dist --skill run-tests-objective-arts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-tests
Source: https://github.com/Objective-Arts/lens-dist/tree/main/skills/run-tests
Command: npx skills add https://github.com/Objective-Arts/lens-dist --skill run-tests-objective-arts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of existing test suites, providing clear and concise reports on their status, helping to maintain code quality.

Core Features & Use Cases

  • Run Unit Tests: Executes the test suite using vitest.
  • Scoped Test Runs: Allows specifying a path to run tests only within a particular directory or file.
  • Failure Reporting: Summarizes test failures to quickly identify issues.
  • Use Case: After making code changes, you can ask the AI to "run tests" to ensure everything is still working as expected.

Quick Start

Ask the AI to run all tests in the project.

Frequently Asked Questions about run-tests

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate running vitest test suites in my development workflow?

You can automate running vitest test suites by executing existing tests and reporting outcomes to verify code integrity. This Skill is applicable for continuous integration and development workflows, providing clear status summaries to maintain code quality.

Can I run vitest on a specific directory or file path?

Yes, you can execute scoped test runs by specifying a path to run tests only within a particular directory or file. This allows you to target specific areas of your project rather than running the entire test suite.

Do I need vitest preconfigured in my project environment to use automated test execution?

Yes, you need the vitest test runner configured and available in your project environment to execute existing test suites and report their outcomes. The Skill requires this setup to verify code integrity during development workflows.

How does failure reporting work when executing vitest test suites?

Failure reporting works by summarizing test failures when executing vitest test suites, allowing you to quickly identify issues. This concise reporting helps maintain code quality after making code changes.

What is the best way to verify code integrity after making changes?

The best way to verify code integrity after code changes is to execute your existing vitest test suite and summarize the outcomes. This provides clear status reports on failures to quickly identify any issues.