Workflow 6 skills 20,141 tokens

xUnit testing bundle

Install the testing baseline plus xUnit guidance. This stays focused on active xUnit usage and does not pull 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-xunit

What this bundle covers

Install the testing baseline plus xUnit guidance. This stays focused on active xUnit usage and does not pull migration content.

Included skills

These are the exact skills installed by this bundle command.

Testing Testing 7,220 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 an existing test file or suite in any language for anti-patterns and quality issues — produces a severity-ranked report (Critical/Warning/Info).

Testing Testing 1,295 tokens

Write, run, or repair .NET tests that use xUnit with the right package, CLI, and runner guidance.

xunitxunit.v3