01Generates structured reports with compliance scores and refactoring effort estimates
02Detects redundant entity fetches across complex function call chains
03Identifies N-UPDATE and N-DELETE loops that should be batch operations
04Analyzes caching scopes to ensure expensive queries aren't re-run unnecessarily
05Flags over-fetching where full models are loaded instead of required fields
06147 GitHub stars