Dotnet Efcore Data Access Review

Use this skill when statically reviewing EF Core data access — DbContext lifetime and registration, N+1 query patterns, unbounded result sets, raw SQL injection surface, optimistic concurrency tokens, migration discipline, multi-tenant global query filters, and connection resiliency. Trigger when a user provides EF Core source (a DbContext class, entity configuration, migrations, repository or query code), asks why queries are slow or why tenants can see each other's data, or wants to know whether their data access layer is correct, performant, and isolated. This skill reads source only; it never runs migrations, opens a database connection, or executes SQL.

VincentChuWaiChow Updated

File contents

VincentChuWaiChow/vanguard-frontier-agentic/tree/main/skills/dotnet/dotnet-efcore-data-access-review commit b426708281

Frequently asked questions

npx skillmds@latest add vincentchuwaichow/dotnet-efcore-data-access-review