AI AGENT ADDONS
Testing & QA
3,645installs

Writing reliable tests for your C# and .NET code is easier with proven patterns. This skill covers everything from xUnit test framework to FluentAssertions for readable checks. You will learn how to mock dependencies using NSubstitute or Moq.

Integration tests use real infrastructure with Testcontainers and WebApplicationFactory. Generate realistic data with Bogus. The skill shows how to structure unit tests with Arrange-Act-Assert and parameterized tests using Theory. These patterns help you catch bugs early and keep your code reliable.

Whether you are writing new tests or fixing flaky ones, these practices will save you time and effort. You will learn to organize tests well and make them fast and trustworthy.

Add Csharp Testing skill to your workflow

Global

mkdir -p ~/.claude/skills/csharp-testing

Project

mkdir -p .claude/skills/csharp-testing

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
1 month ago
Created
6 months ago