Analyzes code for performance bottlenecks, evaluates resource efficiency, and provides actionable optimization recommendations.
The Performance Review skill empowers Claude to perform deep diagnostic audits on software code, focusing on algorithmic complexity, resource consumption, and concurrency issues. It identifies common anti-patterns like N+1 database queries, inefficient DOM manipulations, and memory leaks, offering optimized code alternatives and structured performance reports. Whether you are debugging slow API endpoints or preparing for high-load production environments, this skill provides the benchmarks and strategies needed to ensure your applications run at peak efficiency.
주요 기능
01Algorithmic complexity analysis (Time and Space)
02Database query and indexing optimization
03Resource usage evaluation for CPU, Memory, and I/O
04Concurrency and thread-safety auditing
05Standardized performance reporting with KPIs
060 GitHub stars
사용 사례
01Refactoring legacy code to improve response times and reduce infrastructure costs
02Auditing high-concurrency logic to prevent race conditions and lock contention
03Identifying and fixing N+1 query problems in database-driven applications