uvs-test

Generate unit tests, integration tests, or LLM eval artifacts for a feature.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/utsavanand/uv-suite --skill uvs-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uvs-test
Source: https://github.com/utsavanand/uv-suite/tree/main/skills/uvs-test
Command: npx skills add https://github.com/utsavanand/uv-suite --skill uvs-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams automate the generation of unit tests and LLM evals by routing work to specialized agents, accelerating code quality and research workflows.

Core Features & Use Cases

  • Unit Tests: Generate isolated unit tests for individual functions or methods with clear assertions.
  • Integration Tests: Create cross-component tests that exercise real dependencies and data flows.
  • Eval Artifacts: Produce evaluation rubrics and test cases for LLM-powered features, ensuring measurable quality.
  • Use Case: Imagine adding a new feature to a microservice; this Skill assigns test writeups to the test-writer and eval plans to the eval-writer, delivering ready-to-run artifacts.

Quick Start

Provide the target feature and request unit tests or evals to be generated by the specialist mode.

Frequently Asked Questions about uvs-test

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

FAQPage Schema
How do I automate unit test generation for a new microservice feature?

Automate unit test generation by routing target features to specialized agents, which produce isolated unit tests with clear assertions for individual functions or methods.

What is the best way to generate LLM evals for AI-powered features?

Generate LLM evals by assigning feature details to an eval-writer agent, which produces measurable evaluation rubrics and test cases aligned with the project's evaluation framework.

Does this test generation approach work with existing repository testing conventions?

Yes, this test generation approach works across codebases with established testing and evaluation conventions, outputting structured test suites that follow the repository's chosen agents and frameworks.

Can I create integration tests that exercise real dependencies and data flows?

Yes, you can create integration tests that exercise real dependencies and data flows by routing the target feature to the integration testing mode.

What do I need to provide to start generating test suites and evaluation artifacts?

You need to provide the target feature and request either unit tests or evals to be generated by the specialist mode to receive ready-to-run test artifacts.

When should I use eval mode instead of unit or integration testing modes?

Use eval mode instead of unit or integration testing modes when you need to produce evaluation rubrics and test cases to ensure measurable quality for LLM-powered features.