·dotnet-test

Run .NET tests using dotnet CLI. Use when task involves executing unit tests, generating code coverage reports, or running benchmarks.

4Installs·0Trend·@giantcroissant-lunar

Installation

$npx skills add https://github.com/giantcroissant-lunar/lunar-snake-hub --skill dotnet-test

SKILL.md

NOT for: building code (dotnet-build), formatting (code-format), or static analysis (code-analyze)

Inputs: target (all/project/specific), configuration (Debug/Release), coverage (true/false), projectpath (default: all test projects)

Outputs: Test results (pass/fail counts), coverage reports (if requested), benchmark results, exit code (0=success)

Run .NET tests using dotnet CLI. Use when task involves executing unit tests, generating code coverage reports, or running benchmarks. Source: giantcroissant-lunar/lunar-snake-hub.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/giantcroissant-lunar/lunar-snake-hub --skill dotnet-test
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is dotnet-test?

Run .NET tests using dotnet CLI. Use when task involves executing unit tests, generating code coverage reports, or running benchmarks. Source: giantcroissant-lunar/lunar-snake-hub.

How do I install dotnet-test?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/giantcroissant-lunar/lunar-snake-hub --skill dotnet-test Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/giantcroissant-lunar/lunar-snake-hub

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01