LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

dotnet-test - Selective .NET Test Runner with Build-First Workflow

Runs .NET and xUnit tests selectively using a build-first, test-targeted workflow optimized for development speed.

Tags

Updated: 2026-09-19

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Build .NET solutions with minimal output
  • Run specific project tests without rebuilding
  • Filter tests by name or category
  • Filter xUnit Theory tests by parameters
  • List available tests without running
  • Display detailed test output logs

Inputs

  • .NET solution or project paths
  • Test filter expressions
  • Reference documentation files

Outputs

  • Console build output and errors
  • Test execution results and summaries
  • Detailed console test output logs
  • Discovered test list

Requirements

  • .NET CLI
  • Bash execution tool for dotnet commands
  • Read, Grep, and Glob tools

Source

  • Spec: SKILL.md
dotnet
xunit
test-runner
testing
bash
Build .NET solutions with minimal output
Run specific project tests without rebuilding
Filter tests by name or category
Filter xUnit Theory tests by parameters
.NET solution or project paths
Test filter expressions
Reference documentation files
Console build output and errors
Test execution results and summaries
Detailed console test output logs