.squad/skills/xunit-v3-discovery/SKILL.md
Fix xUnit v3 test projects that compile but show zero discovered tests under dotnet test.
npx skillsauth add cwoodruff/morespeakers-com xunit-v3-discoveryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this when a .NET test project builds cleanly, but dotnet test reports that no tests are available.
dotnet test is the expected execution path, add xunit.runner.visualstudio to the test project.src\MoreSpeakers.Data.Tests\MoreSpeakers.Data.Tests.csproj needed xunit.runner.visualstudio before ExpertiseDataStoreResultTests would run.tools
Cross-platform path handling and command patterns
development
Update tests when changing APIs — no exceptions
development
Core conventions and patterns used in the Squad codebase
tools
Find and resume interrupted Copilot CLI sessions using session_store queries