test-writer-unit-integration

Generate Jest or Vitest unit and integration test files for existing source code.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/EtroxTaran/conductor --skill test-writer-unit-integration
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test-writer-unit-integration
Source: https://github.com/EtroxTaran/conductor/tree/main/.claude/skills/test-writer-unit-integration
Command: npx skills add https://github.com/EtroxTaran/conductor --skill test-writer-unit-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of unit and integration test scaffolds, ensuring consistency and adherence to project conventions.

Core Features & Use Cases

  • Scaffold Generation: Creates boilerplate code for Jest or Vitest tests.
  • Convention Adherence: Follows project-specific naming and location patterns for test files.
  • Use Case: When developing a new feature, use this Skill to quickly generate the necessary unit and integration test files, allowing you to focus on writing the test logic itself.

Quick Start

Use the test-writer-unit-integration skill to generate a unit test file for the 'UserService' class.

Frequently Asked Questions about test-writer-unit-integration

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

FAQPage Schema
How do I generate unit and integration tests for existing source code?▼

You can generate standardized unit and integration test scaffolds for existing source code, automatically adhering to project-specific testing frameworks, naming conventions, and mocking external dependencies.

Does this test generation tool support both Jest and Vitest frameworks?▼

Yes, this test generation tool supports both Jest and Vitest frameworks, creating boilerplate code that respects your project's specific configuration, naming patterns, and file location conventions.

Can I use this for Test-Driven Development workflows?▼

Yes, you can use this for Test-Driven Development workflows to quickly generate necessary unit and integration test files, allowing you to focus on writing the actual test logic itself.

How does it handle integration tests with external API dependencies?▼

For integration tests with external dependencies, it supports tests involving real dependencies or external API mocks, ensuring consistent behavior and isolating the tested modules.

What is the best way to scaffold boilerplate test files for a new feature?▼

The best way to scaffold boilerplate test files is using this Skill to automate creation, ensuring consistency and adherence to project conventions while generating both isolated unit and integration tests.