What problem does it solve?
This Skill identifies where a codebase is losing time, throughput, or responsiveness, then turns those findings into clear, prioritized recommendations that engineers can act on.
Core Features & Use Cases
- Critical Path Analysis: Focuses on the request flow, batch job, or UI path that most affects user-facing latency and throughput.
- Systematic Bottleneck Review: Checks algorithm complexity, I/O and network behavior, memory use, concurrency, caching, database access, and frontend rendering risks.
- Actionable Reporting: Produces a structured performance review with severity, evidence, impact, and concrete fixes.
- Use Case: A team preparing to scale an API can use this Skill to identify slow queries, missing indexes, and expensive serialization before production traffic grows.
Quick Start
Ask the Skill to review the project’s critical path using the plan, memory, source code, and any available profiler or benchmark data, then write a prioritized performance report.