harness-test-audit

Audit changed code for test coverage gaps and missing edge cases.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/ZhaoyuWu/Website-Wzy --skill harness-test-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harness-test-audit
Source: https://github.com/ZhaoyuWu/Website-Wzy/tree/main/codex-skills/harness-test-audit
Command: npx skills add https://github.com/ZhaoyuWu/Website-Wzy --skill harness-test-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects and reports gaps in test coverage, ensures edge cases are considered, and prevents release delays caused by insufficient testing.

Core Features & Use Cases

  • Audit changed code for test quality, identify gaps, and surface missing test cases.
  • Validate happy paths, edge cases, and regression coverage across the codebase.
  • Output a structured, actionable report with coverage summary, gaps, and recommended additions.

Quick Start

Provide the task arguments to run a test-audit and receive a structured audit report detailing coverage, gaps, and recommended additions.

Frequently Asked Questions about harness-test-audit

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

FAQPage Schema
How do I identify missing edge cases when auditing changes to a codebase?

Identifying missing edge cases when auditing changes requires analyzing test suites to detect coverage gaps. This process surfaces untested scenarios in bug fixes and feature updates, ensuring thorough validation and deterministic outputs.

What is test coverage gap analysis and when do I need it for regression checks?

Test coverage gap analysis detects and reports untested code paths in your test suites. You need it for regression checks and feature updates to prevent release delays caused by insufficient testing and ensure thorough validation.

How do I audit test quality and generate a structured report for missing test cases?

Auditing test quality involves reviewing changed code to identify gaps and surface missing test cases. This generates a structured, actionable report containing a coverage summary, identified gaps, and recommended additions for deterministic outputs.

Can I use automated test auditing for bug fixes and feature updates across my test suites?

Automated test auditing applies directly to bug fixes, feature updates, and regression checks across codebases and test suites. It systematically validates happy paths and edge cases to ensure comprehensive quality assurance coverage.

What is the best way to ensure deterministic outputs and thorough validation in test audits?

Ensuring deterministic outputs and thorough validation in test audits requires systematically identifying coverage gaps and missing edge cases. Structured reporting provides actionable additions to close gaps and guarantee comprehensive regression coverage.

Why does insufficient testing cause release delays and how can I prevent it?

Insufficient testing causes release delays when test suites lack coverage for critical edge cases and regression scenarios. Prevent delays by auditing changed code to detect gaps, surface missing cases, and generate actionable additions for thorough validation.