review-tests

Audit feature test suites for coverage gaps, quality, and maintainability risks.

5|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/tomzx/agents --skill review-tests-tomzx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-tests
Source: https://github.com/tomzx/agents/tree/main/skills/review-tests
Command: npx skills add https://github.com/tomzx/agents --skill review-tests-tomzx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit test suites to identify coverage gaps, quality issues, adherence to requirements, and maintainability risks across features.

Core Features & Use Cases

  • Coverage assessment: compare tests against feature requirements documented in .sdlc/features/FEAT-NNNN-<slug>/tests.md.
  • Quality and correctness checks: validate test design for determinism, readability, and reliability; identify missing edge cases.
  • Maintainability insights: surface brittleness, flaky tests, and opportunities to refactor test code.

Quick Start

Review the tests in .sdlc/features/FEAT-NNNN-<slug>/tests.md to generate an audit of coverage, quality, correctness, and maintainability.

Frequently Asked Questions about review-tests

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

FAQPage Schema
How do I audit test coverage and quality for a feature?

To audit test coverage and quality, apply this skill to test suites under .sdlc/features/FEAT-NNNN-<slug>/tests.md to identify coverage gaps, correctness issues, and maintainability risks across your feature.

What is test maintainability auditing and when do I need it?

Test maintainability auditing surfaces brittleness, flaky tests, and refactoring opportunities within your test suite. You need it when test reliability degrades or feature requirements shift, risking test correctness.

Can I check for missing edge cases in my feature test plans?

Yes, you can validate test design for determinism, readability, and reliability to identify missing edge cases. The skill compares tests against requirements in .sdlc/features/FEAT-NNNN-<slug>/tests.md to highlight gaps.

How do I generate a structured report highlighting risk areas in my test suite?

Generate a structured report by applying the skill to your tests.md artifacts. The audit produces a report highlighting coverage gaps, risk areas, and recommended improvements for your feature's test suite.

Do I need a specific SDLC directory structure to audit my tests?

Yes, you need test plans and suites located under .sdlc/features/FEAT-NNNN-<slug>/tests.md and related artifacts. The skill relies on this specific directory structure to assess coverage and maintainability.