01Refactoring guidance for over-engineered abstractions and unnecessary indirection
02Complexity auditing based on nesting depth and cyclomatic metrics
03Identification of AI anti-patterns like redundant type and null checks
04Automated discovery of dead code, unused imports, and vestigial parameters
0538 GitHub stars
06Cross-file duplication detection using the Rule of Three