About
The Performance Review skill provides a comprehensive suite of tools for deep code analysis focused on speed and resource efficiency. It systematically evaluates algorithmic complexity, resource consumption (CPU, memory, I/O), concurrency patterns, and database query execution plans. Whether you are debugging a slow API or optimizing high-throughput data processing, this skill helps identify issues like N+1 queries or O(n²) complexity and provides actionable optimization strategies, benchmarks, and performance reports to ensure your applications meet production-grade performance standards.