Workflow 5 skills 14,080 tokens

Testing base bundle

Install the clean testing baseline: test command fundamentals, coverage, reporting, and test anti-pattern guidance. Framework migrations stay out of this bundle.

Install command

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

dotnet skills install bundle testing-base

What this bundle covers

Install the clean testing baseline: test command fundamentals, coverage, reporting, and test anti-pattern guidance. Framework migrations stay out of this bundle.

Included skills

These are the exact skills installed by this bundle command.

Testing Testing 3,636 tokens

ALWAYS USE before running .NET tests or answering with a test command or flags.

Testing Testing 2,326 tokens

Interprets .NET Cobertura line, branch, and condition evidence and, when explicitly requested, computes project-wide CRAP/refactoring-risk hotspots.

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