·vm-test-generator
</>

vm-test-generator

Generates unit tests, integration tests, and edge cases for existing code. Auto-detects testing framework (Jest, Vitest, Pytest, Go test, etc.) and creates comprehensive tests to prevent regression.

8Installs·0Trend·@zeal422

Installation

$npx skills add https://github.com/zeal422/dev-toolbelt-by-vm --skill vm-test-generator

How to Install vm-test-generator

Quickly install vm-test-generator AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/zeal422/dev-toolbelt-by-vm --skill vm-test-generator
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: zeal422/dev-toolbelt-by-vm.

SKILL.md

View raw

Comprehensive test generation for unit tests, integration tests, and edge cases with automatic framework detection.

tests/ ├── unit/ │ ├── services/ │ │ ├── payment.test.js (NEW) │ │ └── user.test.js (UPDATE) │ ├── models/ │ │ └── Order.test.js (NEW) │ ├── utils/ │ │ ├── validation.test.js (NEW) │ │ └── formatter.test.js (UPDATE) │ └── components/ │ └── CheckoutForm.test.jsx (NEW) ├── integration/ │ ├── checkout-flow.test.js (NEW) │ └── payment-flow.test.js (NEW)

// tests/helpers/mockStripe.js export const mockStripeClient = { charge: jest.fn(), refund: jest.fn() };

Generates unit tests, integration tests, and edge cases for existing code. Auto-detects testing framework (Jest, Vitest, Pytest, Go test, etc.) and creates comprehensive tests to prevent regression. Source: zeal422/dev-toolbelt-by-vm.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/zeal422/dev-toolbelt-by-vm --skill vm-test-generator
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-11

Browse more skills from zeal422/dev-toolbelt-by-vm

Quick answers

What is vm-test-generator?

Generates unit tests, integration tests, and edge cases for existing code. Auto-detects testing framework (Jest, Vitest, Pytest, Go test, etc.) and creates comprehensive tests to prevent regression. Source: zeal422/dev-toolbelt-by-vm.

How do I install vm-test-generator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/zeal422/dev-toolbelt-by-vm --skill vm-test-generator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/zeal422/dev-toolbelt-by-vm

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-26