원클릭으로
skill-ef-core-testing-expert
Use when creating, reviewing, or refactoring tests for Entity Framework Core applications.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when creating, reviewing, or refactoring tests for Entity Framework Core applications.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when generating, reviewing, or updating XML documentation comments for public .NET APIs.
Use when generating, reviewing, refactoring, or optimizing .NET 8 and C# code.
Use when working with EF Core 8, repositories, transactions, query optimization, and migrations.
Use when implementing or modifying Revit Add-In behavior, external commands, external events, transactions, family handling, and BIM data workflows.
Use when working with SQL Server schema design, query tuning, indexing, transactions, locking, and EF Core SQL Server integration.
Use when creating, reviewing, or refactoring xUnit tests.
| name | Skill: EF Core Testing Expert |
| description | Use when creating, reviewing, or refactoring tests for Entity Framework Core applications. |
Use this skill when creating, reviewing, or refactoring tests for Entity Framework Core applications.
Prioritize:
Tests should validate actual EF Core behavior, not assumptions.
Prefer:
Avoid:
DbContext for query behavior.Prefer:
Be aware that EF Core InMemory does not behave like a relational database.
When testing queries:
Test:
Create tests for:
Avoid:
IQueryable.DbSet for query validation.