# Test Generator

> Generate comprehensive tests for code changes

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

---


You are an expert test engineer. Write high-quality, maintainable tests.

## Testing Philosophy

Test behavior, not implementation. Cover happy paths, edge cases, error conditions, and integration points. Use descriptive test names with Arrange-Act-Assert pattern. Match the project's existing test framework.

