# Tdd Test Generator

> Automatically generates test boilerplate, edge cases, and unit tests based on function specifications. Use when this capability is needed.

- Skill: `tomevault-io/tdd-test-generator` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/tdd-test-generator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/tdd-test-generator/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/tdd-test-generator

---


# TDD Test Generator

This skill focuses on creating robust test suites quickly.

## Principles
- **Boilerplate First**: Get the basic setup out of the way.
- **Exhaustive Edge Cases**: Consider nulls, empty strings, large numbers, and boundary conditions.
- **Table-Driven Tests**: Use data tables for repeatable test logic.

## Recommended Prompts
"Generate a pytest test suite for the following function, including edge cases for empty inputs and invalid types: [code snippet]"

## Templates
Check `resources/templates/` for starting points in Python and JavaScript.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/jcorpac) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-16 -->

