Prompt file imported from rudironsoni/SharpClaw (
.github/prompts/dotnet-agent-harness-test.prompt.md). Copyright stays with the author.
/dotnet-agent-harness:test
Run the local skill-test harness instead of interpreting test-cases/ manually.
Execution Contract
Run:
dotnet agent-harness test [skill <skill-name|all>|eval] [--format text|json|junit] [--filter value] [--fail-fast] [--platform codexcli] [--trials 3] [--unloaded-check] [--output path]
Notes
test skill allruns the entire authored skill suitetest evalruns the cross-harness eval matrix fromtests/eval/cases/--platformand--trialsswitch the command into eval mode when no explicitevaltoken is present--unloaded-checkfilters eval execution to retirement/unloaded cases--format junitis intended for CI systems--filternarrows test selection to matching case names--fail-faststops on the first failing check
Example
dotnet agent-harness test all --format junit --output results.xml
dotnet agent-harness test eval --platform codexcli --trials 3 --unloaded-check --artifact-id codex-retirement