dotnet:audit

Audit .NET projects across code quality, security, testing, performance, and deployment.

2|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/dimsour/dotnet-ai-toolkit --skill dotnet-audit-dimsour
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet:audit
Source: https://github.com/dimsour/dotnet-ai-toolkit/tree/main/plugins/dotnet/skills/audit
Command: npx skills add https://github.com/dimsour/dotnet-ai-toolkit --skill dotnet-audit-dimsour

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive audit of a .NET project's health, identifying potential issues across multiple dimensions simultaneously.

Core Features & Use Cases

  • Parallel Specialist Analysis: Spawns five specialist agents (dotnet-reviewer, security-analyzer, testing-reviewer, performance-profiler, deployment-validator) in parallel.
  • Scope Detection: Automatically identifies solution/projects, frameworks, test projects, and config files.
  • Findings Consolidation: Writes findings to individual agent files and consolidates to a summary report.
  • Severity Classification: Categorizes findings into critical, high, medium, and low severity.
  • Integration: Can be followed by triage and planning steps for addressing issues.
  • Use Case: Ideal for onboarding a new codebase, making pre-release decisions, post-incident analysis, or regular health checks.

Quick Start

Run the full-project health audit for your .NET application with the command /dotnet:audit.

Frequently Asked Questions about dotnet:audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I conduct a full-project health audit for a .NET application?

To conduct a full-project health audit for a .NET application, run a parallel specialist analysis that automatically detects solutions and projects to review code quality, security, testing, performance, and deployment aspects.

What is parallel specialist analysis in .NET code review?

Parallel specialist analysis in .NET code review spawns five agents—dotnet-reviewer, security-analyzer, testing-reviewer, performance-profiler, and deployment-validator—to identify and classify issues across multiple dimensions simultaneously.

Can I use this .NET audit tool for post-incident analysis and pre-release decisions?

Yes, you can use this .NET audit tool for post-incident analysis, pre-release decisions, onboarding new codebases, or regular health checks to identify potential issues across multiple dimensions.

How are audit findings classified and consolidated in a .NET project?

Audit findings in a .NET project are classified into critical, high, medium, and low severity levels, written to individual agent files, and then consolidated into a comprehensive summary report.

What do I need to prepare before running a .NET project health check?

Before running a .NET project health check, ensure your codebase has identifiable solution files, project structures, frameworks, test projects, and config files available for the audit agents to automatically detect and analyze.

What's the best way to triage issues found during a .NET security analysis?

The best way to triage issues found during a .NET security analysis is to follow the audit with dedicated triage and planning steps to address the classified critical, high, medium, and low severity findings.