소개
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.