What problem does it solve?
This Skill eliminates the guesswork of performance troubleshooting by identifying the exact root cause of slow endpoints, high CPU usage, memory leaks, lock contention, and inefficient database queries that cause user-facing latency and wasted infrastructure costs.
Core Features & Use Cases
- Flame graph and differential profiling: Generates readable flame graphs for CPU, allocation, I/O, lock contention, and query performance issues, with differential views to attribute regressions directly to specific commits or deploys.
- Multi-language production tooling: Supports pre-configured, low-overhead profiling pipelines for Python, Java, C#, C/C++, TypeScript/Node.js, and SQL, compatible with industry-standard tools like Pyroscope, async-profiler, and perf.
- Use Case: If your checkout service's p99 latency spiked 200% after a recent deploy, use this Skill to pull a differential flame graph, identify the exact function responsible for the regression, and get a prioritized fix plan with expected impact estimates.
Quick Start
Use the performance-profiler skill to investigate the slow POST /api/checkout endpoint that has a 320ms p50 latency after the latest deploy, and generate a flame graph with differential attribution to the responsible commit.