Dotnet Tdd

.NET Core TDD workflow using xUnit, Moq, and FluentAssertions. Guides the Plan-Test-Implement-Review cycle for C# code. Use when user says "write tests first", "TDD", "Red-Green-Refactor", "unit test this handler", or asks to implement a feature test-driven. Do NOT use for integration tests, E2E tests, BDD/Gherkin scenarios (use bdd-practices skill), or simple code snippets that don't need test coverage. Use when this capability is needed.

tomevault-io e7d4e13 2 files · 7.4 KB Updated

File contents

tomevault-io/skills-registry/tree/main/cuongtl1992--vibe-skills--dotnet-tdd commit e7d4e13a76

Frequently asked questions

npx skillmds@latest add tomevault-io/dotnet-tdd