Roslynator is a comprehensive suite of C# code analysis tools powered by the Roslyn compiler API, offering over 500 analyzers, refactorings, and code fixes. This skill allows Claude to perform deep static analysis, automatically resolve diagnostic issues, detect dead code, and enforce consistent formatting standards across entire .NET solutions. By integrating these capabilities directly into the development workflow, it helps teams eliminate technical debt, improve code maintainability, and ensure that every pull request meets established quality gates without manual intervention.
주요 기능
01Automated fixing of 500+ C# diagnostics and style issues
02Comprehensive code formatting for solution-wide consistency
03Detailed static analysis reporting with XML or GitLab output
04Logical and physical line of code (LOC) counting and symbol listing
0530 GitHub stars
06Dead code detection to identify and remove unused declarations