# Codex Test Gen

> Generate unit tests for specified functions using Codex exec

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

---


# Codex Test Gen

Thin entry-point skill — routes to the parent skill for full workflow.

## Parent Skill

This skill delegates to `test-review` for the underlying transport. As a thin entry point it dispatches nothing itself, so it holds no transport grant. The generation-specific prompt template is at `@skills/test-review/references/codex-prompt-test-gen.md`.

See `@skills/test-review/SKILL.md`

## Variant

This is the **Generation** variant — creates new unit tests for specified functions.

## Trigger

- Keywords: generate tests, write tests, create tests, codex-test-gen

## When NOT to Use

- Reviewing existing test coverage (use `/codex-test-review`)
- Code review (use `/codex-review-fast`)
- Writing integration/e2e tests (use `/post-dev-test`)

