Workflow 8 skills 19,668 tokens

MSTest testing bundle

Install the testing baseline plus MSTest guidance and authoring patterns. Migration skills remain separate so the default MSTest path stays clean.

Install command

Run this command when you want the bundle to install every linked skill in one pass.

dotnet skills install bundle testing-mstest

What this bundle covers

Install the testing baseline plus MSTest guidance and authoring patterns. Migration skills remain separate so the default MSTest path stays clean.

Included skills

These are the exact skills installed by this bundle command.

Reference data for .NET test framework detection patterns, assertion APIs, skip annotations, setup/teardown methods, and common test smell indicators across MSTest, xUnit, NUnit…

Testing Testing 5,758 tokens

Automated, project-wide code coverage and CRAP (Change Risk Anti-Patterns) score analysis for .NET projects with existing unit tests.

coverlet.collectorcoverlet.msbuild
Testing Testing 1,167 tokens

Use the open-source free `coverlet` toolchain for .NET code coverage.

coverlet.collectorcoverlet.msbuild

Use the open-source free `ReportGenerator` tool for turning .NET coverage outputs into HTML, Markdown, Cobertura, badges, and merged reports.

ReportGenerator

Quick pragmatic detection-focused review of .NET test code for anti-patterns that undermine reliability and diagnostic value.

Testing Testing 1,227 tokens

Write, run, or repair .NET tests that use MSTest.

MSTestMSTest.TestFrameworkMSTest.TestAdapter

Best practices for writing new MSTest 3.x/4.x unit tests and implementing concrete fixes in existing MSTest code.

MSTest.*