Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Review .NET changes for bugs, regressions, architectural drift, missing tests, incorrect async or disposal behavior, and platform-specific pitfalls before you approve or merge them. USE FOR: reviewing a pull request or patch in a .NET repository; checking for behavioral regressions, API misuse, or missing tests; auditing architectural or framework-specific. DO NOT USE FOR: unrelated stacks; generic tasks that do not need this specific guidance. INVOKES: inspect the repository context, edit targe
.claude/skills/managedcode-code-review/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-16 | ✗→✓ | ▲ Improved | 14% | 0% |
| case-02 | ✓→✓ | = Same ✓ | 1% | 0% |
| case-03 | ✓→✓ | = Same ✓ | -9% | 0% |
| case-04 | ✓→✓ | = Same ✓ | 24% | 0% |
| case-05 | ✓→✓ | = Same ✓ | 29% | 0% |
.Result, .Wait(), or .GetAwaiter().GetResult() in async contextsCancellationToken parametersConfigureAwait(false) in library codeasync void except for event handlersusing declarations or statements for all IDisposable resourcesawait using for IAsyncDisposable resourcesIHttpClientFactory instead of creating HttpClient directlyOther measured skills in the registry, with their headline benchmark lift.