---
name: dokhacgiakhoa/test-fixing
source: https://app.decimal.ai/s/dokhacgiakhoa-test-fixing@1/SKILL.md
source_sha256: 614bd92a87e0
---

# Test Fixing

Systematically identify and fix all failing tests using smart grouping strategies.

## When to Use

- Explicitly asks to fix tests ("fix these tests", "make tests pass")
- Reports test failures ("tests are failing", "test suite is broken")
- Completes implementation and wants tests passing
- Mentions CI/CD failures due to tests

## Systematic Approach

## 🧠 Knowledge Modules (Fractal Skills)

### 1. [1. Initial Test Run](./sub-skills/1-initial-test-run.md)
### 2. [2. Smart Error Grouping](./sub-skills/2-smart-error-grouping.md)
### 3. [3. Systematic Fixing Process](./sub-skills/3-systematic-fixing-process.md)
### 4. [4. Fix Order Strategy](./sub-skills/4-fix-order-strategy.md)
### 5. [5. Final Verification](./sub-skills/5-final-verification.md)