test-fix

Read test-audit reports and update tests for documented gaps.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ryu-qqq/conventionHub --skill test-fix-ryu-qqq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-fix
Source: https://github.com/ryu-qqq/conventionHub/tree/main/.claude/skills/test-fix
Command: npx skills add https://github.com/ryu-qqq/conventionHub --skill test-fix-ryu-qqq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reads test-audit reports and refines tests based on identified gaps, focusing only on the gaps specified by the report rather than rebuilding everything.

Core Features & Use Cases

  • Targeted test improvement: updates or adds tests exactly where gaps are reported (e.g., MISSING_TEST, MISSING_FIXTURES, MISSING_METHOD).
  • Non-destructive updates: preserves existing tests and existing fixtures unless a gap requires changes.
  • Use Case: Given a test-domain with gaps in test coverage, run /test-fix domain seller to apply targeted fixes according to the audit.

Quick Start

Execute /test-fix domain seller to apply audit-driven test fixes for the specified gap set.

Frequently Asked Questions about test-fix

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

FAQPage Schema
How do I fix test gaps identified in a test audit report?

To fix test gaps from a test audit report, use an audit-driven tool that reads documented gaps like MISSING_TEST or MISSING_FIXTURES and applies targeted test modifications only to those specific areas, preserving existing tests without rebuilding everything.

What is audit-driven test gap analysis and how does it work?

Audit-driven test gap analysis reads test-audit reports to identify specific coverage gaps such as MISSING_TEST, MISSING_FIXTURES, and MISSING_METHOD across domain and application layers, then updates or adds tests exclusively for those documented gaps.

Do I need a test-audit report before fixing test coverage gaps?

Yes, an existing test-audit report located in the claudedocs directory is required before applying audit-driven test fixes. The tool reads these reports to identify exact gap types and locations rather than scanning the codebase independently.

Can I add missing test fixtures without breaking existing tests?

Yes, targeted test fixes preserve existing tests and fixtures unless a specific documented gap requires changes. The tool applies non-destructive updates by modifying or adding tests only where gaps like MISSING_FIXTURES are explicitly reported in the audit.

What is the best way to refactor tests for specific domain layer gaps?

The best way to refactor tests for specific domain layer gaps is to use an audit-driven test fix approach that reads gap reports and applies targeted updates such as adding MISSING_TEST or MISSING_METHOD tests for the specified domain layer only.

What happens to existing tests when applying audit-driven test fixes?

Existing tests and fixtures are preserved during audit-driven test fixes unless a reported gap explicitly requires changes. The tool focuses on non-destructive updates, modifying only areas identified by gap types like MISSING_TEST or MISSING_METHOD in the audit report.