ワンクリックで
tdd-dotnet
Implement a .NET feature using strict Red-Green-Refactor TDD with xUnit, FluentAssertions, and Moq for PlaylistMiner backend.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Implement a .NET feature using strict Red-Green-Refactor TDD with xUnit, FluentAssertions, and Moq for PlaylistMiner backend.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | tdd-dotnet |
| description | Implement a .NET feature using strict Red-Green-Refactor TDD with xUnit, FluentAssertions, and Moq for PlaylistMiner backend. |
Implement the requested feature using strict Red-Green-Refactor TDD.
tests/PlaylistMiner.UnitTests/ matching the source file pathTest_MethodName_Scenario_ExpectedResult.Should().Be(), .Should().Contain(), .Should().Throw<>()var mock = new Mock<IService>()dotnet test — confirm tests FAILdotnet test — confirm tests PASSdotnet test — confirm tests still PASS[Category("Unit")] for unit, [Category("Integration")] for integration testsDebug why a PlaylistMiner video was categorized incorrectly or not categorized, by tracing through all 3 pipeline layers.
Create or modify an EF Core migration for PlaylistMiner database schema changes, with review and verification steps.
Implement a Next.js component or page using TDD with Jest, React Testing Library, and Playwright for PlaylistMiner frontend.
Debug why a video was categorized incorrectly or not categorized at all in PlaylistMiner.
Create or modify an Entity Framework Core migration for PlaylistMiner database schema changes.
Write a new feature using Red-Green-Refactor TDD with xUnit and FluentAssertions for PlaylistMiner .NET backend.