소개
The .NET Test Triage skill is designed to accelerate the debugging cycle for C# and .NET developers. It automates the execution of 'dotnet test' commands, captures failed test cases into a structured markdown report, and generates a specific filter string. This allows developers to instantly rerun only the failing tests without manual filtering, making it an essential utility for managing large test suites and troubleshooting CI/CD failures locally.