dotnet-standards

Audit .NET/C# codebases for coding standards and return structured fixes.

1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/ninjacoder88/masterpassword-open --skill dotnet-standards
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet-standards
Source: https://github.com/ninjacoder88/masterpassword-open/tree/main/security/skills-to-consider/dotnet-standards
Command: npx skills add https://github.com/ninjacoder88/masterpassword-open --skill dotnet-standards

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Reviews and enforces .NET/C# coding standards across a codebase, ensuring consistent patterns, documentation, and maintainable code.

Core Features & Use Cases

  • Enforce DI registration conventions and validate async patterns
  • Improve error handling, documentation, and style conformance
  • Prepare code for PR/code review by tidying up standards and making it idiomatic

Quick Start

Run the dotnet-standards skill to audit and standardize your .NET codebase.

Frequently Asked Questions about dotnet-standards

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

FAQPage Schema
How do I enforce C# coding standards across my .NET project?

To enforce .NET coding standards, run an audit that reviews dependency injection, async patterns, error handling, and style conformance across your C# project. The analysis returns structured findings with recommended fixes to ensure consistent, maintainable code.

What's the best way to check async patterns and DI registration in C#?

The best way to check async patterns and DI registration is to use an automated auditing tool that scans your C# codebase for convention violations. It validates your dependency injection setup and asynchronous implementations, returning structured findings with recommended corrections.

Does the dotnet-standards skill work with any .NET target framework?

The dotnet-standards skill performs pre-flight checks on language versions and target frameworks before analyzing your C# project. This ensures your codebase meets the required .NET specifications before it audits DI, async patterns, and style conformance.

How do I prepare my C# code for a pull request review?

Prepare your C# code for PR review by running a standards audit that tidies up code quality, validates async patterns, and improves documentation. This process ensures your codebase is idiomatic and meets established .NET coding conventions before review.

What does a .NET codebase audit return after analyzing files?

A .NET codebase audit returns structured findings after analyzing your files, detailing issues with DI registration, async patterns, error handling, and style conformance. Each finding includes recommended fixes to help you resolve coding standard violations efficiently.