Standardizes .NET source code using the official dotnet format CLI and .editorconfig rules.
The mcaf-dotnet-format skill enables Claude to automatically manage and enforce .NET code standards using the native dotnet format tool. It handles everything from simple whitespace adjustments to complex analyzer fixes, ensuring that your codebase remains consistent with .editorconfig settings. Whether you need to set up CI-safe formatting checks, resolve style drifts, or bootstrap formatting commands into a new repository, this skill provides a structured workflow for maintaining a professional and readable C# environment.
주요 기능
01Official .NET CLI integration for whitespace, style, and analyzer fixes
02.editorconfig source-of-truth enforcement
03CI-ready verification with --verify-no-changes support
04Conflict resolution guidance between dotnet format and CSharpier
051 GitHub stars
06Automated bootstrapping of formatting commands in AGENTS.md
사용 사례
01Standardizing an existing codebase to match a specific .editorconfig profile
02Adding automated code formatting checks to a .NET CI/CD pipeline
03Troubleshooting formatting discrepancies between local environments and build servers