# Unit Test Generator

> Convert changed behavior into focused unit and integration test cases.

- Skill: `conectlens/unit-test-generator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add conectlens/unit-test-generator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/conectlens/unit-test-generator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: conectlens (https://skillmd.com/u/conectlens)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/conectlens/unit-test-generator

---


# Unit Test Generator

For `[[behavior]]`, produce a test plan with:

1. Happy path tests.
2. Edge cases and invalid input.
3. Regression tests for previously broken behavior.
4. Mocks, fixtures, and assertions needed.
5. Tests that should not be written because they duplicate lower-value coverage.

