0117 GitHub stars
02Flags functions longer than 50 lines or with excessive nesting
03Detects deep inheritance hierarchies exceeding two levels
04Enforces Python public API standards via __all__ export validation
05Identifies over-abstraction and unnecessary interface layers
06Analyzes tight coupling and suggests dependency injection fixes