performance-engineer

Identify system bottlenecks and performance inefficiencies in software systems.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/blakeox/llm-skills --skill performance-engineer-blakeox
Or copy as Structured Prompt for Agentā–¼
Please help me install this Agent Skill.
Skill: performance-engineer
Source: https://github.com/blakeox/llm-skills/tree/main/openclaw/skills/performance-engineer
Command: npx skills add https://github.com/blakeox/llm-skills --skill performance-engineer-blakeox

SYSTEM DOCUMENTATION & REQUIREMENTS

šŸ’” This Skill includes references (resource) components.

What problem does it solve?

This Skill identifies bottlenecks and inefficiencies in system performance to reduce latency and improve throughput.

Core Features & Use Cases

  • Performance Analysis: Find slow paths, hidden N+1 queries, fan-out costs, and tail-latency issues.
  • Detect Costly Operations: Identify unbounded loops, serialization inefficiencies, and cross-service chatter.
  • Use Case: Use this Skill to diagnose a slow API endpoint by analyzing database queries and service calls, helping developers optimize response times.

Quick Start

Use the performance-engineer skill to analyze the performance logs of your API server and identify bottlenecks.

Frequently Asked Questions about performance-engineer

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

FAQPage Schema
How do I find system bottlenecks causing high latency in my API endpoints?ā–¼

To find system bottlenecks causing high latency, analyze performance logs to identify slow paths, hidden N+1 queries, and cross-service chatter. This process targets hot endpoints and database queries to guide optimization efforts and reduce response times.

What is the best way to diagnose throughput issues and slow background jobs?ā–¼

The best way to diagnose throughput issues in slow background jobs is to analyze resource utilization and detect costly operations like unbounded loops and serialization inefficiencies. This identifies batch process bottlenecks to improve overall system throughput.

Why does my system have tail-latency issues and cross-service fan-out costs?ā–¼

Tail-latency issues and cross-service fan-out costs occur due to serialization inefficiencies and excessive service calls. Analyzing performance logs helps pinpoint these costly operations and hidden N+1 queries to guide targeted optimization efforts.

How do I analyze resource utilization for batch processes and hot endpoints?ā–¼

To analyze resource utilization for batch processes and hot endpoints, evaluate system performance logs to target unbounded loops and cross-service chatter. This ensures technical diagnoses meet operational performance metrics and scalability requirements.

Can I use performance analysis to identify hidden N+1 queries in my software systems?ā–¼

Yes, you can use performance analysis to identify hidden N+1 queries in software systems by examining database queries and service calls. This targets performance inefficiencies to reduce latency and improve throughput.