The csharp-mstest skill guides C# developers in writing unit tests using MSTest 3.x/4.x by providing best practices for test structure, lifecycle management, and modern assertion APIs. It addresses the need for consistent, maintainable test code by establishing conventions for project setup, naming patterns, initialization strategies, and proper use of MSTest's assertion classes. Developers building .NET applications can use this skill to implement effective unit testing practices aligned with current MSTest standards.
npx skills add https://github.com/github/awesome-copilot --skill csharp-mstest