Collection page 17 skills 2 related agents

Testing .NET Skills

Mainstream .NET test frameworks, execution, and test-quality guidance for everyday delivery work.

Orchestration agents

Top-level routing agents that sit above the skill catalog and hand work to the right .NET guidance.

Orchestration agent
8 linked skills

.NET Review

Review orchestration agent for .NET changes across bugs, regressions, analyzers, architecture, tests, and maintainability.

agents install review

Also works: dotnet agents install review

Orchestration agent
6 linked skills

.NET Build

Build-focused orchestration agent for .NET restore, build, test, packaging, CI failures, diagnostics, and environment drift.

agents install build

Also works: dotnet agents install build

Testing skills

Browse every catalog entry grouped under Testing. These cards link to dedicated skill pages and still support quick-view popups.

Testing Testing 1,167 tokens

Use the open-source free `coverlet` toolchain for .NET code coverage.

coverlet.collectorcoverlet.msbuild
Testing Testing 1,227 tokens

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

MSTestMSTest.TestFrameworkMSTest.TestAdapter
Testing Testing 2,543 tokens

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

NUnitNUnit3TestAdapter
Testing Testing 5,758 tokens

Automated, project-wide code coverage and CRAP (Change Risk Anti-Patterns) score analysis for .NET projects with existing unit tests.

coverlet.collectorcoverlet.msbuild

Scan C# source files for hard-to-test static dependencies — DateTime.Now/UtcNow, File.*, Directory.*, Environment.*, HttpClient, Console.*, Process.*, and other untestable statics.

Reference data for .NET test framework detection patterns, assertion APIs, skip annotations, setup/teardown methods, and common test smell indicators across MSTest, xUnit, NUnit…

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…

Quick pragmatic detection-focused review of .NET test code for anti-patterns that undermine reliability and diagnostic value.

Best practices for writing new MSTest 3.x/4.x unit tests and implementing concrete fixes in existing MSTest code.

MSTest.*
Testing Testing 1,871 tokens

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

TUnit
Testing Testing 1,295 tokens

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

xunitxunit.v3

Use the open-source free `ReportGenerator` tool for turning .NET coverage outputs into HTML, Markdown, Cobertura, badges, and merged reports.

ReportGenerator