Collection page 24 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 7,220 tokens

Project-wide code coverage and CRAP (Change Risk Anti-Patterns) score analysis for .NET projects.

coverlet.collectorcoverlet.msbuild
Testing Testing 1,911 tokens

Calculates targeted CRAP (Change Risk Anti-Patterns) scores for a named .NET method, class, or single source file.

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 test filter syntax across all platform and framework combinations: VSTest --filter expressions, MTP filters for MSTest/NUnit/xUnit v3/TUnit, and VSTest-to-MTP…

MANDATORY for static requests to find, identify, or list untested source files or modules, sources without tests, source-to-test pairing, test-gap worklists, or suggested test…

Generate wrapper interfaces and DI registration for hard-to-test static dependencies in C#, when the abstraction does NOT exist yet.

Testing Testing 4,849 tokens

Grades a specified set of test methods individually and produces a concise table mapping each test (fully-qualified name) to a letter grade (A–F), a score band, and a one-line…

Provides file paths to language-specific reference files for the test ANALYSIS skills (assertion-quality, test-anti-patterns, test-gap-analysis, test-smell-detection…

Audits an existing test file or suite in any language for anti-patterns and quality issues — produces a severity-ranked report (Critical/Warning/Info).

Deep-dive audit using the full testsmells.org 19-smell academic catalog for tests in any language.

Testing Testing 4,067 tokens

Analyzes test suites in any language and tags each test with standardized traits (positive, negative, critical-path, boundary, smoke, regression, integration, performance…

Write, create, modernize, or fix comprehensive MSTest unit tests with MSTest 3.x/4.x APIs.

MSTest.*

Add, repair, or review Playwright visual regression tests for browser-facing .NET apps, including screenshot baselines, Pixelmatch thresholds, deterministic rendering, and GitHub…

@playwright/testplaywrightpixelmatch+1
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