01Analyzes database interactions to detect N+1 query patterns and missing indexes.
02Produces comprehensive health reports with metrics across project structure, testing, and performance.
03Generates prioritized refactor plans categorized by urgency from critical to low priority.
04Evaluates Pydantic schema usage and dependency injection patterns for optimal data validation.
05Identifies critical event loop blockers like sync database calls or blocking sleep calls in async routes.
060 GitHub stars