Skip to content
Development
Skill

/codex-test-review

Review test case sufficiency using Codex exec, suggest additional edge cases. Supports review loop with context preservation.

From plugin
sd0x-dev-flow
18899 skills16 agents5 hooks
Install
$ npx -y skills add sd0xdev/sd0x-dev-flow --skill codex-test-review --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-review

Context preview

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

Review test case sufficiency using Codex exec, suggest additional edge cases. Supports review loop with context preservation.

SKILL.md

codex-test-review.SKILL.md
name: codex-test-review
description: "Review test case sufficiency using Codex exec, suggest additional edge cases. Supports review loop with context preservation."
allowed-tools: Bash(git:*), Read, Grep, Glob

Codex Test Review

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

Parent Skill

This skill delegates to `test-review` for the full test coverage review workflow, prompt templates, and sufficiency assessment.

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

Variant

This is the **Review** variant — evaluates existing test coverage and suggests gaps.

Trigger

  • Keywords: test review, review tests, test coverage, test sufficiency, codex-test-review

When NOT to Use

  • Generating new tests (use `/codex-test-gen`)
  • Code review (use `/codex-review-fast`)
  • Security audit (use `/codex-security`)
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.