Generates comprehensive, workable unit tests for any programming language using a multi-agent pipeline.
Testing bundle
Install all 28 skills from the Testing category in one command.
Install command
Run this command when you want the bundle to install every linked skill in one pass.
dotnet skills install bundle testing
What this bundle covers
Install all 28 skills from the Testing category in one command.
Included skills
These are the exact skills installed by this bundle command.
Automated, project-wide code coverage and CRAP (Change Risk Anti-Patterns) score analysis for .NET projects with existing unit tests.
Calculates CRAP (Change Risk Anti-Patterns) score for .NET methods, classes, or files.
Use the open-source free `coverlet` toolchain for .NET code coverage.
Write, run, or repair .NET tests that use MSTest.
Write, run, or repair .NET tests that use NUnit.
Use the open-source free `ReportGenerator` tool for turning .NET coverage outputs into HTML, Markdown, Cobertura, badges, and merged reports.
Use the open-source free `Stryker.NET` mutation testing tool for .NET.
Reference data for .NET test framework detection patterns, assertion APIs, skip annotations, setup/teardown methods, and common test smell indicators across MSTest, xUnit, NUnit…
Write, run, or repair .NET tests that use TUnit.
Write, run, or repair .NET tests that use xUnit.
Analyzes the variety and depth of assertions across .NET test suites.
Reference data for .NET test framework detection patterns, assertion APIs, skip annotations, setup/teardown methods, and common test smell indicators across MSTest, xUnit, NUnit…
Audits .NET test mock usage by tracing each mock setup through the production code's execution path to find dead, unreachable, redundant, or replaceable mocks.
Performs pseudo-mutation analysis on .NET production code to find gaps in existing test suites.
Detects duplicate boilerplate, copy-paste tests, and structural maintainability issues across .NET test suites.
Deep formal test smell audit based on academic research taxonomy (testsmells.org).
Analyzes test suites and tags each test with a standardized set of traits (e.g., positive, negative, critical-path, boundary, smoke, regression).
Reference data for test filter syntax across all platform and framework combinations: VSTest --filter expressions, MTP filters for MSTest/NUnit/xUnit v3/TUnit, and VSTest-to-MTP…
Migrate MSTest v1 or v2 test project to MSTest v3.
Migrate an MSTest v3 test project to MSTest v4.
Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP).
Migrates .NET test projects from xUnit.net v2 to xUnit.net v3.
Suggests using Microsoft Testing Platform (MTP) hot reload to iterate fixes on failing tests without rebuilding.
Reference data for detecting the test platform (VSTest vs Microsoft.Testing.Platform) and test framework (MSTest, xUnit, NUnit, TUnit) from project files.
Runs .NET tests with dotnet test.
Quick pragmatic review of .NET test code for anti-patterns that undermine reliability and diagnostic value.
Best practices for writing MSTest 3.x/4.x unit tests.
No skills are currently attached to this bundle.