.NET Code Review
Review .NET changes for bugs, regressions, architectural drift, missing tests, incorrect async or disposal behavior, and platform-specific pitfalls before you approve or merge…
dotnet skills install code-review
Review orchestration agent for .NET changes across bugs, regressions, analyzers, architecture, tests, and maintainability. Use when the main task is to review or harden a .NET change set rather than to implement a new feature from scratch.
Run review-oriented orchestration across correctness, maintainability, architecture, and test coverage. This agent should quickly classify the dominant review angle and then route into the right quality skills.
This is a grouped top-level agent over review-related skills. If a future reviewer only applies inside one skill domain, that narrower reviewer should live under that skill folder.
dotnet-code-reviewdotnet-code-analysis, dotnet-analyzer-config, dotnet-quality-cidotnet-netarchtest, dotnet-archunitnetdotnet-coverlet, dotnet-reportgeneratorReview .NET changes for bugs, regressions, architectural drift, missing tests, incorrect async or disposal behavior, and platform-specific pitfalls before you approve or merge…
dotnet skills install code-review
Use the free built-in .NET SDK analyzers and analysis levels with gradual Roslyn warning promotion.
dotnet skills install code-analysis
Use a repo-root `.editorconfig` to configure free .NET analyzer and style rules.
dotnet skills install analyzer-config
Set up or refine open-source .NET code-quality gates for CI: formatting, `.editorconfig`, SDK analyzers, third-party analyzers, coverage, mutation testing, architecture tests…
dotnet skills install quality-ci
Use the open-source free `NetArchTest.Rules` library for architecture rules in .NET unit tests.
dotnet skills install netarchtest
Use the open-source free `ArchUnitNET` library for architecture rules in .NET tests.
dotnet skills install archunitnet
Use the open-source free `coverlet` toolchain for .NET code coverage.
dotnet skills install coverlet
Use the open-source free `ReportGenerator` tool for turning .NET coverage outputs into HTML, Markdown, Cobertura, badges, and merged reports.
dotnet skills install reportgenerator