Recommend or run the exact `dotnet test` command.
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.
Project-wide code coverage and CRAP (Change Risk Anti-Patterns) score analysis for .NET projects.
Use the open-source free `coverlet` toolchain for .NET code coverage.
Use the open-source free `ReportGenerator` tool for turning .NET coverage outputs into HTML, Markdown, Cobertura, badges, and merged reports.
Audits an existing test file or suite in any language for anti-patterns and quality issues — produces a severity-ranked report (Critical/Warning/Info).
No skills are currently attached to this bundle.