test-review

Assess test coverage and generate missing unit and integration tests.

187|24|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/sd0xdev/sd0x-dev-flow --skill test-review-sd0xdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-review
Source: https://github.com/sd0xdev/sd0x-dev-flow/tree/main/skills/test-review
Command: npx skills add https://github.com/sd0xdev/sd0x-dev-flow --skill test-review-sd0xdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps software teams assess test coverage, identify gaps, and automatically generate missing tests to improve code quality and reliability.

Core Features & Use Cases

  • Coverage assessment: Quickly evaluate which public methods and branches are exercised by existing tests.
  • Test generation: Generate unit and integration tests guided by the project's conventions and existing test style.
  • Scan and report: Produce a concise report highlighting gaps and suggested tests, with a clear workflow for remediation.
  • Use Case: When adding a new feature, use this Skill to ensure all new functionality is covered by tests and to propose edge-case tests.

Quick Start

Invoke the skill by running the /codex-test-review command against the target test file or directory to start an automated review.

Frequently Asked Questions about test-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate test generation for missing unit and integration tests?

You can automate test generation by invoking the /codex-test-review command against a target test file or directory. The skill analyzes existing test style and conventions to generate high-quality, project-aligned missing tests.

What is the best way to assess test coverage gaps before a refactor?

Assess test coverage gaps by running an automated test review against your codebase. The skill evaluates which public methods and branches are exercised by existing tests and produces a concise report highlighting uncovered areas.

Does this automated test review tool work for feature work and bug fixes?

Yes, the automated test review tool works for feature work, bug fixes, and refactors. It analyzes coverage and proposes edge-case tests to ensure all new functionality is properly covered.

Can I use Codex MCP prompts to guide test reviews and coverage analysis?

Yes, you can use Codex MCP prompts to guide test reviews and coverage analysis. The skill relies on Codex MCP prompts and built-in references to direct the review process and generate high-quality tests.

How do I start an automated test review for a specific directory?

Start an automated test review by running the /codex-test-review command against the target test file or directory. The skill will scan the codebase, identify coverage gaps, and suggest remediation steps.