performance-engineer

Profile applications under load to identify CPU, memory, I/O, and concurrency bottlenecks.

7|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/daemon-blockint-tech/Agentic-Enteprises-Skill --skill performance-engineer-daemon-blockint-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-engineer
Source: https://github.com/daemon-blockint-tech/Agentic-Enteprises-Skill/tree/main/performance-engineer
Command: npx skills add https://github.com/daemon-blockint-tech/Agentic-Enteprises-Skill --skill performance-engineer-daemon-blockint-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Profiling, tracing, and load-testing guidance to identify performance bottlenecks, tail latency, and regressions across services.

Core Features & Use Cases

  • Profiling: CPU, memory, I/O, and concurrency analysis under load.
  • Tracing and diagnostics: end-to-end request tracing to identify hot paths.
  • Load testing and capacity planning: exercise systems to determine headroom and SLOs.
  • Regression detection: compare baselines and quantify improvements or regressions.
  • Use Case: A service experiencing p99 latency can be profiled, bottlenecks identified, and fixes validated with a repeatable test plan.

Quick Start

Run a representative soak test in your staging environment and generate a performance report.

Frequently Asked Questions about performance-engineer

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

FAQPage Schema
How do I profile application performance to identify CPU, memory, and I/O bottlenecks?

End-to-end request tracing identifies hot paths causing p99 latency by applying tracing and diagnostics workflows across services and data paths. It detects tail latency and regressions by comparing established baselines.

What is the best way to measure p99 latency and detect performance regressions?

Load testing determines capacity headroom and SLOs by exercising systems under representative load. This soak testing reveals saturation scenarios and concurrency bottlenecks to validate fixes with a repeatable test plan.

Do I need a staging environment to run load testing and capacity planning for my services?

Reproducible performance fixes require establishing baselines, collecting traces and metrics, and documenting steps. The Skill enforces measurable outcomes by comparing baselines to quantify improvements and validate fixes with a repeatable test plan.

Why does my service experience high tail latency under heavy concurrency?

This performance profiling approach focuses on collecting traces and metrics to establish baselines and document reproducible steps. It differs from basic monitoring by applying load-testing workflows to detect p99 latency, regressions, and saturation scenarios.