About
The Test Fixing skill provides Claude with a structured methodology for repairing broken test suites. Instead of addressing failures at random, it analyzes the output of test runs to group errors by type, module, or root cause. By prioritizing infrastructure and API-level fixes before tackling specific logic bugs, it ensures a more efficient recovery process. This skill is particularly useful after major refactors or when dealing with CI/CD failures, ensuring that every fix is verified incrementally to maintain code stability and prevent regressions.