csharp-xunit (skills.sh) | implexa
back to searchcsharp-xunit csharp-xunit — an installable skill for AI agents, published by github/awesome-copilot.
full SKILL.md lives at the source we've indexed the metadata for this skill but the body is fetched on demand. click "view source" above to read the canonical SKILL.md on skills.sh, or "run inline in claude" to apply it without leaving your session.
read on skills.sh
related skills semantically similar in the cross-vendor index
don't have the plugin yet? install it then click "run inline in claude" again.
+ clearly maps test organization patterns including arrange-act-assert, fixtures, and collection management
+ concrete coverage of data-driven testing via theory attributes and multiple data sources (inline, member, class)
+ actionable setup instructions with specific package names and dotnet cli commands weaknesses
~ trigger phrases are generic (e.g. 'help me write effective unit tests') rather than specific test scenarios or failure modes ~ no explicit edge case coverage, error recovery strategies, or discussion of common xunit pitfalls (timing issues, async tests, parallel execution conflicts)