Standardizes .NET code styling and analyzer fixes using the native dotnet format CLI and .editorconfig rules.
The MCAF .NET Code Formatter skill integrates the official Microsoft dotnet format CLI into Claude Code workflows to ensure consistent code quality and styling across .NET repositories. It automates the enforcement of .editorconfig rules, provides CI-ready verification commands to prevent code drift, and handles complex analyzer fixes. By utilizing the structured Ralph Loop methodology, the skill ensures all formatting changes are meticulously planned, executed, and validated, making it an essential tool for maintaining professional C# and .NET codebases.
Características Principales
01Detects and bootstraps missing .NET SDK formatting tools automatically
02Generates CI-safe verification commands with --verify-no-changes
03Automates native dotnet format commands for whitespace, style, and analyzers
04Respects AGENTS.md constraints for project-specific workflow alignment
0511 GitHub stars
06Enforces project-specific standards via .editorconfig integration
Casos de Uso
01Standardizing a legacy .NET solution to comply with modern style guidelines
02Implementing automated code style checks for CI/CD pipelines
03Resolving bulk analyzer warnings and style violations across large repositories