This gives Claude solid patterns for testing .NET apps with xUnit, FluentAssertions, and NSubstitute. You get concrete examples for unit tests with proper AAA structure, parameterized tests with Theory, mocking patterns that actually work, and integration tests using WebApplicationFactory and Testcontainers for real databases. It covers test data builders, project organization, and calls out common mistakes like testing implementation details or using Thread.Sleep. Activate this when writing new tests, reviewing coverage, or setting up test infrastructure. The examples are production-ready, not toy code, which makes it immediately useful for real codebases.
npx -y skills add affaan-m/everything-claude-code --skill csharp-testing --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot