dotnet-test
Installation
SKILL.md
.NET Test Skill (Entry Map)
Goal: Guide agent to the exact testing procedure needed.
Quick Start (Pick One)
- Run unit tests →
references/run-unit-tests.md - Generate coverage report →
references/generate-coverage.md - Run benchmarks →
references/run-benchmarks.md
When to Use
- Execute unit tests (xUnit, NUnit)
- Generate code coverage reports with coverlet
- Run performance benchmarks with BenchmarkDotNet
- Validate code changes with test suites
- Measure test execution time
NOT for: building code (dotnet-build), formatting (code-format), or static analysis (code-analyze)