This skill empowers Claude to perform high-quality, automated code reviews specifically tailored for the modern C# and .NET ecosystem. It analyzes git diffs, staged changes, or specific commits to identify opportunities for improvement, such as adopting C# 14 features like primary constructors and collection expressions, enforcing immutable DTOs using records, and ensuring strict adherence to SOLID principles. By providing actionable feedback with line-specific suggestions, it helps development teams maintain high code quality, eliminate common code smells like primitive obsession or legacy library dependencies, and ensure that new code integrates seamlessly with modern dependency injection and testing frameworks.
主要功能
01Validation of modern C# 14 and .NET 10 syntax and patterns
020 GitHub stars
03Structured feedback with specific line references and suggested code improvements
04Identification of SOLID principle violations and architectural code smells
05Enforcement of immutable record-based DTOs and collection practices
06Automated analysis of git diffs and staged changes for C# files