关于
The Smart Test Repair skill provides Claude with a structured framework for debugging and fixing broken test suites. Rather than addressing failures randomly, it employs a methodical approach that groups errors by type, module, or root cause. By prioritizing infrastructure and API-level fixes before moving on to business logic, the skill ensures that dependency chains are resolved first, leading to faster recovery times and more stable codebases. It is particularly effective after major refactorings, dependency updates, or when resolving complex CI/CD pipeline failures.