performance-tuning-pro

Profile software to identify and eliminate performance bottlenecks.

1|Updated Jul 3, 2026
One-click install
npx skills add https://github.com/truongnat/skills --skill performance-tuning-pro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-tuning-pro
Source: https://github.com/truongnat/skills/tree/main/skills/performance-tuning-pro
Command: npx skills add https://github.com/truongnat/skills --skill performance-tuning-pro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnose and optimize application performance bottlenecks across frontend, backend, and data paths to reduce latency, improve throughput, and lower resource usage.

Core Features & Use Cases

  • Performance diagnosis: guide profiling, hotspot identification, and baseline creation.
  • Leverageable tuning strategies: step-by-step approaches for code, queries, and I/O optimizations.
  • Use Case: apply to a service with p95 latency spikes to identify the top offenders and validate improvements.

Quick Start

Run a baseline performance assessment on your target service and apply the recommended profiling steps to identify top bottlenecks.

Frequently Asked Questions about performance-tuning-pro

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify and eliminate software performance bottlenecks?

To identify performance bottlenecks, you must profile the application to find hotspots, establish measurable baselines, and apply targeted optimizations to code, queries, or I/O for reduced latency.

What is the best way to reduce p95 latency spikes in a web service?

Reducing p95 latency requires profiling the service to pinpoint top offenders, measuring current baselines, and validating improvements through repeatable tests and safe rollout guardrails.

How do I profile and optimize throughput across frontend, backend, and data pipelines?

Optimizing throughput involves diagnosing data paths with profiling tools, identifying bottlenecks, and applying structured tuning workflows to code, queries, and I/O across all service layers.

Can I use structured performance tuning for both frontend and backend data paths?

Yes, structured performance tuning applies to frontend, backend, and data pipelines in web services, enabling baseline measurement, hotspot diagnosis, and safe validation of improvements across the stack.

Why do I need measurable baselines and repeatable tests before optimizing application performance?

Measurable baselines and repeatable tests are required to accurately diagnose bottlenecks, validate that optimizations improve latency or throughput, and ensure safe rollout without regressions.

What are the limitations of profiling when diagnosing application performance issues?

Profiling limitations include the need for measurable baselines and repeatable tests; without structured guardrails, diagnosing bottlenecks and validating improvements across data pipelines may yield inconsistent results.