---
name: Codex Test Review
slug: codex-test-review
category: Quality
description: Codex Test Review evaluates existing test coverage for sufficiency and suggests missing edge cases. Use it when reviewing tests rather than generating new ones.
github: "https://github.com/sd0xdev/sd0x-harness/tree/main/skills/codex-test-review"
language: JavaScript
stars: 188
forks: 24
install: "npx degit https://github.com/sd0xdev/sd0x-harness/tree/main/skills/codex-test-review ~/.claude/skills/codex-test-review"
installs_to: ~/.claude/skills/codex-test-review
source_path: skills/codex-test-review/SKILL.md
collection_size: 25
category_size: 1745
collection_url: "https://dirskills.com/collections/sd0xdev/sd0x-dev-flow"
added: 2026-09-06T05:20:00.103Z
last_synced: 2026-09-06T05:20:00.103Z
canonical_url: "https://dirskills.com/skills/codex-test-review"
---

# Codex Test Review

Codex Test Review evaluates existing test coverage for sufficiency and suggests missing edge cases. Use it when reviewing tests rather than generating new ones.

**Install:**

```bash
npx degit https://github.com/sd0xdev/sd0x-harness/tree/main/skills/codex-test-review ~/.claude/skills/codex-test-review
```

## README

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