codex-test-review · git:20260905.5607031 · 2026-09-05 · sha256 97d4b4cd7c38baf2

codex-test-review git:20260905.5607031A

Immutable. This exact content is served forever at /api/v1/blob/97d4b4cd7c38baf2.

---
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`)