Category 12 skills

Metrics bundle

Install all 12 skills from the Metrics category in one command.

Install command

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

dotnet skills install bundle metrics

What this bundle covers

Install all 12 skills from the Metrics category in one command.

Included skills

These are the exact skills installed by this bundle command.

Scans .NET code for ~50 performance anti-patterns across async, memory, strings, collections, LINQ, regex, serialization, and I/O with tiered severity classification.

Diagnoses .NET Framework CLR activation issues using CLR activation logs (CLRLoad logs) produced by mscoree.dll.

Use the open-source free `Asynkron.Profiler` dotnet tool for CLI-first CPU, allocation, exception, contention, and heap profiling of .NET commands or existing trace artifacts.

Asynkron.Profiler

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

Use the free official .NET diagnostics CLI tools for profiling and runtime investigation in .NET repositories.

Guide developers through capturing diagnostic artifacts to diagnose production .NET performance issues.