tests_quality_review

Identify and improve unit and integration test quality gaps.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/denish12/codex-ai-agent-and-skills --skill tests-quality-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tests_quality_review
Source: https://github.com/denish12/codex-ai-agent-and-skills/tree/main/locales/en/.agents/skills/tests_quality_review
Command: npx skills add https://github.com/denish12/codex-ai-agent-and-skills --skill tests-quality-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quality assurance teams and developers struggle to assess and improve test-suite quality, leading to flaky tests and gaps in coverage.

Core Features & Use Cases

  • Structured checklist to evaluate scenario coverage, resilience, and boundary cases
  • Bad → good examples illustrating testing improvements
  • Flaky tests diagnosis and a standardized output report template for audits
  • Use during code reviews, CI audits, and test-suite refactors to stabilize quality

Quick Start

Run the Tests Quality Review skill against your project to generate a concise quality report and actionable recommendations.

Frequently Asked Questions about tests_quality_review

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

FAQPage Schema
How do I audit test quality and identify gaps in coverage during a code review?▼

To audit test quality during a code review, you can apply a structured checklist to evaluate scenario coverage, resilience, and boundary cases. This surfaces coverage gaps and generates a standardized quality report with actionable recommendations.

What is the best way to diagnose flaky tests in a CI pipeline?▼

Diagnosing flaky tests in a CI pipeline involves applying a standardized checklist to assess test resilience and reliability. This process surfaces flaky-test diagnoses and outputs a concise quality report to stabilize your test suite.

How does a structured checklist improve unit and integration test refactoring?▼

A structured checklist improves unit and integration test refactoring by systematically evaluating scenario coverage, resilience, and boundary cases. It provides bad to good examples that illustrate testing improvements for a more reliable test suite.

Can I use this test quality review approach across diverse codebases?▼

Yes, this test quality review approach is applicable across diverse codebases. It assesses coverage, resilience, and reliability during test-suite refactors and CI pipeline audits without requiring specific dependencies or component integrations.

Why do my unit tests keep failing intermittently and how do I fix them?▼

Intermittent unit test failures often stem from flaky tests lacking resilience. By applying a structured quality checklist and reviewing bad to good testing examples, you can diagnose flakiness and generate actionable recommendations to stabilize them.

What should be included in a test suite audit report?▼

A test suite audit report should include a standardized template covering scenario coverage, boundary cases, and flaky-test diagnoses. It provides actionable recommendations and bad to good examples to guide test-suite refactoring.