关于
The Test Fixer skill provides a systematic approach to debugging and resolving test failures within any development environment. By analyzing failure reports generated by tools like test-executor, it identifies patterns, categorizes errors (such as timeouts, assertion failures, or authentication issues), and applies targeted fixes to either implementation code or test suites. This skill streamlines the testing lifecycle by iterating on corrections and verifying stability through regression checks, ensuring that your CI/CD pipeline remains green without manual intervention.