# Test Gen

> Generate and run unit tests for code changes

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

---


When asked to test code, follow these steps:

1. Identify the functions or modules that changed.
2. Write unit tests covering the happy path and key edge cases.
3. Run the tests and report results.

Keep tests focused — one assertion per behavior. This is the body of the test skill.

