About
This skill provides a systematic framework for performing high-quality code reviews by identifying specific code smells and anti-patterns. It utilizes metric-based thresholds—such as line counts for functions and parameter limits—to objectively score code quality across categories like bloaters, object-oriented abusers, and change preventers. By combining automated detection commands with deep pattern analysis, it helps developers pinpoint SOLID principle violations, identify technical debt, and prioritize refactoring efforts with clear severity classifications and impact assessments.