Skip to content
Development
Skill

/codex-test-gen

Generate unit tests for specified functions using Codex exec

From plugin
sd0x-dev-flow
18999 skills16 agents5 hooks
Install
$ npx -y skills add sd0xdev/sd0x-dev-flow --skill codex-test-gen --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/codex-test-gen

Context preview

The summary Claude sees to decide when to auto-load this skill.

Generate unit tests for specified functions using Codex exec

SKILL.md

codex-test-gen.SKILL.md
name: codex-test-gen
description: "Generate unit tests for specified functions using Codex exec"
allowed-tools: Read, Grep, Glob, Write

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`)
Ships withsd0x-dev-flow

Language: English | 繁體中文 | 简体中文 | 日本語 | 한국어 | Español The harness layer for Claude Code. Let the model choose the path. Keep "done" verifiable. Full control plane on Claude Code. Skills-only distribution for Codex CLI and other compatible agents.

Get the whole plugin

Other skills on sd0x-dev-flow.