Stack 10 skills 13,007 tokens

.NET quality bundle

Install the core .NET quality toolchain: formatter, analyzers, complexity checks, CRAP analysis, editorconfig guidance, and CI quality checks. Frontend linters stay out of this bundle on purpose.

Install command

Run this command when you want the bundle to install every linked skill in one pass.

dotnet skills install bundle quality

What this bundle covers

Install the core .NET quality toolchain: formatter, analyzers, complexity checks, CRAP analysis, editorconfig guidance, and CI quality checks. Frontend linters stay out of this bundle on purpose.

Included skills

These are the exact skills installed by this bundle command.

Set up or refine open-source .NET code-quality gates for CI: formatting, `.editorconfig`, SDK analyzers, third-party analyzers, coverage, mutation testing, architecture tests…

Tool .NET Quality 1,236 tokens

Use the open-source free `Roslynator` analyzer packages and optional CLI for .NET.

Roslynator.AnalyzersRoslynator.CodeAnalysis.AnalyzersRoslynator.Formatting.Analyzers

Use the open-source free `Meziantou.Analyzer` package for design, usage, security, performance, and style rules in .NET.

Meziantou.Analyzer

Use the open-source free `StyleCop.Analyzers` package for naming, layout, documentation, and style rules in .NET projects.

StyleCop.Analyzers

Use the free built-in .NET SDK analyzers and analysis levels with gradual Roslyn warning promotion.

Microsoft.CodeAnalysis.NetAnalyzers

Use free built-in .NET maintainability analyzers and code metrics configuration to find overly complex methods and coupled code.

Testing Testing 1,911 tokens

Calculates targeted CRAP (Change Risk Anti-Patterns) scores for a named .NET method, class, or single source file.