Unit Test Creator

Generates isolated, fast unit tests — function/class-level, every external dependency mocked or stubbed — for a target repository. Detects the repo's own test framework (pytest, Jest/Vitest/Mocha, Go testing, JUnit via Maven/Gradle, RSpec/Minitest, xUnit/NUnit/MSTest, cargo test), writes tests for changed code (diff mode) or an existing coverage gap (backfill mode), runs them, and iterates until green. Keywords: unit tests, mock externals, isolated test, fast test, TDD helper. Not for tests that need a real adjacent dependency (integration-test-creator), consumer/provider contract agreements (contract-test-creator), or full browser user journeys (e2e-test-creator).

luckyrjain 5f22f0e 33 files · 94.6 KB Updated

File contents

luckyrjain/software-builder/tree/main/skills/unit-test-creator commit 5f22f0ef73

Frequently asked questions

npx skillmds@latest add luckyrjain/unit-test-creator