๐งช Code Smell Detector
Detect architectural problems and code smells based on file change patterns.
What we detect:
๐๏ธ
God Class
Files with high churn AND high complexity
๐
Shotgun Surgery
Changes require modifying many files together
๐
Divergent Change
Single file changed for many different reasons
๐
Feature Envy
Code in the wrong location based on usage
๐
Dead Code
Files being actively deprecated or removed
๐ฆ
Unstable Interfaces
Entry points that change too frequently
๐งช
Test Instability
Test files that need constant rewrites
โ๏ธ
Configuration Sprawl
Too many config files changing