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 testsreferences/run-unit-tests.md
  • Generate coverage reportreferences/generate-coverage.md
  • Run benchmarksreferences/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)

Installs
5
First Seen
Jan 25, 2026
dotnet-test — giantcroissant-lunar/lunar-snake-hub