About
The dotnet-test-triage skill streamlines the debugging process for .NET developers by executing tests and automatically isolating failures. It parses TRX logs to provide a compact markdown summary of errors and generates a specialized filter string that allows for immediate rerunning of only the failing test cases. This is particularly useful in large test suites where full reruns are time-consuming and identifying specific failures within voluminous logs is difficult, enabling a faster iterative fix-and-verify cycle.