.NET Review
Review orchestration agent for .NET changes across bugs, regressions, analyzers, architecture, tests, and maintainability.
Also works: dotnet agents install review
Mainstream .NET test frameworks, execution, and test-quality guidance for everyday delivery work.
Top-level routing agents that sit above the skill catalog and hand work to the right .NET guidance.
Review orchestration agent for .NET changes across bugs, regressions, analyzers, architecture, tests, and maintainability.
Also works: dotnet agents install review
Build-focused orchestration agent for .NET restore, build, test, packaging, CI failures, diagnostics, and environment drift.
Also works: dotnet agents install build
Browse every catalog entry grouped under Testing. These cards link to dedicated skill pages and still support quick-view popups.
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.
Analyze assertion quality, depth, variety, and false confidence in existing tests.
Provides file paths to language-specific extension files for the code-testing pipeline.
Interprets .NET Cobertura line, branch, and condition evidence and, when explicitly requested, computes project-wide CRAP/refactoring-risk hotspots.
Calculates CRAP (Change Risk Anti-Patterns) for a named .NET method, class, or 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-only filter syntax for VSTest and MTP with MSTest, NUnit, xUnit v3, and TUnit.
MANDATORY for static source-to-test pairing: find or list source files/modules without corresponding tests, or suggest test locations from repository structure.
DO NOT USE when the target already consumes an injected interface or built-in abstraction such as IFileSystem or TimeProvider, even if the request says "generate a wrapper"; no…
Grade specified test methods individually and produce a concise PR-ready table with each fully qualified test name, an A-F grade, score band, and one-line note.
Identify a .NET project's test platform, framework, command mode, and SDK-style vs classic project system.
ALWAYS USE before running .NET tests or answering with a test command or flags.
MUST USE when an existing .NET test project was excluded from a .slnf/CI solution filter, disappeared from .sln/.slnx discovery, or lost its production ProjectReference; also for…
Provides file paths to language-specific reference files for the test ANALYSIS skills (assertion-quality, test-anti-patterns, test-gap-analysis, test-smell-detection…
Audit a test file or suite; produce a severity-ranked diagnostic report.
Pseudo-mutation analysis ONLY: answer whether tests would catch a bug if production code changed, which meaningful changes would still pass, or which caller-visible mutations…
Audits existing tests in any language using formal, research-backed test smell names and the testsmells.org 19-smell academic taxonomy.
Classifies existing tests by standard traits and reports their distribution.
MUST USE for C#/.NET deterministic tests that require the smallest production seam for DateTime/Task.Delay/File/Environment/Guid/Random, static API preservation, nested/parallel…
ALWAYS USE when asked to fix, rewrite, update, improve, modernize, show corrected code for, or explain existing MSTest tests or MSTest-specific configuration.
Add, repair, or review Playwright visual regression tests for browser-facing .NET apps, including screenshot baselines, Pixelmatch thresholds, deterministic rendering, and GitHub…
Write, run, or repair .NET tests that use TUnit.
Write, run, or repair .NET tests that use xUnit with the right package, CLI, and runner guidance.
Use the open-source free `ReportGenerator` tool for turning .NET coverage outputs into HTML, Markdown, Cobertura, badges, and merged reports.
No Testing skills match this search.