Workflow 7 skills 19,108 tokens

TUnit testing bundle

Install the testing baseline plus TUnit guidance for teams that want the newer .NET-native test framework option without unrelated migration content.

Install command

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

dotnet skills install bundle testing-tunit

What this bundle covers

Install the testing baseline plus TUnit guidance for teams that want the newer .NET-native test framework option without unrelated migration content.

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 3,930 tokens

Runs .NET tests with `dotnet test` and chooses the correct platform/SDK/framework syntax.

Testing Testing 7,192 tokens

Project-wide code coverage and CRAP (Change Risk Anti-Patterns) score analysis for .NET projects.

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

Audits existing .NET test code (MSTest, xUnit, NUnit, TUnit) for anti-patterns and quality issues that undermine reliability and diagnostic value — produces a severity-ranked…

Testing Testing 1,871 tokens

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

TUnit