performance-review

Analyze slow endpoints and identify bottlenecks to reduce p99 latency.

2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/chicongst/agent-skills-installer --skill performance-review-chicongst
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-review
Source: https://github.com/chicongst/agent-skills-installer/tree/main/skills/performance-review
Command: npx skills add https://github.com/chicongst/agent-skills-installer --skill performance-review-chicongst

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Performance review helps teams identify bottlenecks and drive data-driven optimizations to reduce latency and improve throughput.

Core Features & Use Cases

  • Measure-first: Baseline, profile, and quantify bottlenecks before changes.
  • Hotspot identification: Locate critical paths (DB, I/O, network) affecting p99 latency.
  • Safe iteration: Propose incremental changes with measurement at each step and verify improvements.

Quick Start

Run a baseline performance analysis on your target endpoint and capture key latency metrics.

Frequently Asked Questions about performance-review

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

FAQPage Schema
How do I profile and reduce p99 latency for slow backend API endpoints?

To reduce p99 latency for slow backend API endpoints, you must first baseline performance metrics, profile critical paths to identify database or I/O bottlenecks, and then apply incremental optimizations. This measure-driven process verifies improvements at each step.

What is the best way to identify performance bottlenecks in database-bound workflows?

Identifying performance bottlenecks in database-bound workflows requires a measure-first approach to locate critical paths affecting throughput. By baselining and profiling your endpoints, you can pinpoint exact database or network hotspots before proposing safe incremental changes.

How do I track and verify p50 and p99 latency improvements during optimization?

You track and verify p50 and p99 latency improvements by capturing baseline metrics before changes and measuring at each incremental step. This documented verification process ensures that optimizations safely reduce actual latency without introducing regressions.

Can I use measurement-first profiling for both API and database performance analysis?

Yes, measurement-first profiling applies to backend services, APIs, and database-bound workflows. By quantifying bottlenecks and tracking p50/p99 latency across these systems, you can safely iterate on performance improvements with data-driven verification.

Why should I baseline endpoint performance before applying optimizations?

Baselining endpoint performance before applying optimizations is critical to quantify existing bottlenecks and establish a clear reference point. This measure-first strategy ensures all subsequent incremental changes are data-driven and their latency improvements are safely verified.