{
  "id": "dotnet-testing-quality-review",
  "name": ".NET Testing Quality Review",
  "version": "0.1.0",
  "type": "skill",
  "provider": "dotnet",
  "harnesses": [
    "codex",
    "claude-code",
    "cursor",
    "gemini",
    "kiro",
    "other"
  ],
  "summary": "Static review of .NET test suites — detects assertion-free and tautological tests, over-mocking, coverage theater, weak isolation, flaky patterns, and missing negative or security tests across xUnit, NUnit, and MSTest. Reads test source only; never runs the suite.",
  "source_type": "original",
  "official_docs": [
    "https://learn.microsoft.com/en-us/dotnet/core/testing/",
    "https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-best-practices",
    "https://learn.microsoft.com/en-us/aspnet/core/test/integration-tests",
    "https://learn.microsoft.com/en-us/aspnet/core/test/middleware"
  ],
  "security_notes": "Static review only — reads test projects, test source, and coverage configuration; never runs the test suite, a coverage tool, or a test container. Never requests secrets or customer data.",
  "last_verified": "2026-05-19",
  "path": "skills/dotnet/dotnet-testing-quality-review",
  "author": "github: VincentChuWaiChow"
}
