kevintsengtw/dotnet-testing-agent-skills

AI Agent Skills for .NET Testing - Based on 30-Day Testing Challenge (iThome Ironman 2025 Winner)

28Stars on the repository
30Mods indexed here, across every type
19d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

kevintsengtw/dotnet-testing-agent-skills

Skill Claude CodeCodex

A guide to testing .NET Aspire distributed applications, which are programs made of several coordinated services. It covers tests that run the real service setup through an AppHost, the project that describes how those services are arranged.

not rated 28 19d ago A 193 tokens original MIT

kevintsengtw/dotnet-testing-agent-skills

Skill Claude CodeCodex

A migration guide for updating .NET projects from xUnit 2.9 to xUnit 3, where xUnit is a framework for running automated tests. It covers renamed packages, required runtimes, breaking changes, upgrade steps, new features, and test-container integration.

not rated 28 19d ago A 209 tokens original MIT

kevintsengtw/dotnet-testing-agent-skills

Skill Claude CodeCodex

A guide that routes advanced .NET testing questions to the right specialist instructions. It covers API and integration tests, database and other container-based tests, microservices, .NET Aspire, and related testing tools.

not rated 28 19d ago A 254 tokens original MIT

kevintsengtw/dotnet-testing-agent-skills

Skill Claude CodeCodex

A guide to AutoFixture, a .NET library that creates sample objects and values for tests automatically. It covers creating one object or collections, setting selected properties, and handling circular references.

not rated 28 19d ago A 184 tokens original MIT

kevintsengtw/dotnet-testing-agent-skills

Skill Claude CodeCodex

A guide for combining AutoFixture and Bogus to create test objects with both automatically filled fields and realistic values such as names, email addresses, and phone numbers. AutoFixture creates anonymous test data, while Bogus generates realistic-looking sample data.

not rated 28 19d ago A 196 tokens original MIT

kevintsengtw/dotnet-testing-agent-skills

Skill Claude CodeCodex

A guide to Bogus, a .NET library for generating realistic fake data such as names, addresses, phone numbers, emails, and product records. It shows how to define generation rules and create one or many records.

not rated 28 19d ago A 178 tokens original MIT

kevintsengtw/dotnet-testing-agent-skills

Skill Claude CodeCodex

A guide to code coverage, a measurement of which parts of a program run while tests execute. It explains coverage reports, Coverlet, Visual Studio, and VS Code, and notes that a high percentage alone does not prove the tests are good.

not rated 28 19d ago A 216 tokens original MIT

kevintsengtw/dotnet-testing-agent-skills

Skill Claude CodeCodex

A testing guide for comparing complex .NET objects, including nested data structures, selected properties, and objects that refer back to themselves. DTOs are data-transfer objects used to carry data between parts of an application, while entities usually represent stored data.

not rated 28 19d ago A 199 tokens original MIT

kevintsengtw/dotnet-testing-agent-skills

Skill Claude CodeCodex

A guide for testing FluentValidation validators, which are .NET components that check whether data follows rules before the application accepts it. It covers checking validation errors, messages, asynchronous rules, and rules involving multiple fields.

not rated 28 19d ago A 183 tokens original MIT

kevintsengtw/dotnet-testing-agent-skills

Skill Claude CodeCodex

A guide to using NSubstitute to create test doubles, which are stand-ins for real dependencies such as databases, files, or web services. It explains how to set return values, raise errors, and check whether methods were called.

not rated 28 19d ago A 184 tokens original MIT

kevintsengtw/dotnet-testing-agent-skills

Skill Claude CodeCodex

A guide to testing private and internal members in .NET, including design changes, friend-assembly access, and reflection. Private members are available only inside their class; internal members are limited to the same project.

not rated 28 19d ago A 190 tokens original MIT

kevintsengtw/dotnet-testing-agent-skills

Skill Claude CodeCodex

A guide to the Test Data Builder pattern, a way to create test objects from sensible defaults while changing only the fields relevant to each test. It uses readable builder methods such as setting a name or creating an administrator user.

not rated 28 19d ago A 187 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: