Back to Recipes

Test Generator

Generate unit tests for your functions with edge cases and mocking strategies.

CodeMedium15 minclaudecodexcursor

Use This Recipe

skillsy recipe use test-generator --name my-test-generator
Parameters
--name

Name for your generated skill

Default: my-test-generator

--target

Target file or directory to test

Default: ./src

--framework

Test framework: jest, vitest, pytest

Default: vitest

Output

This recipe generates the following files:

SKILL.mdmanifest.jsontests/coverage.json
Compatible Agents
claudecodexcursor
Test Generator | Skillsy Recipes