performance-engineer

Identify performance bottlenecks in user requests, hot paths, and rendering operations.

22|2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/jshsakura/awesome-opencode-skills --skill performance-engineer-jshsakura
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-engineer
Source: https://github.com/jshsakura/awesome-opencode-skills/tree/main/skills/performance-engineer
Command: npx skills add https://github.com/jshsakura/awesome-opencode-skills --skill performance-engineer-jshsakura

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Performance engineering identifies and mitigates bottlenecks that degrade user experience and system throughput, enabling faster, more reliable applications.

Core Features & Use Cases

  • Latency profiling and hotspot analysis across critical paths
  • Evidence-based optimization with minimal-risk interventions
  • Capacity planning and scaling insights for burst traffic

Quick Start

Run a quick end-to-end diagnostic to identify the root cause of a slow path and propose the smallest, measurable optimization.

Frequently Asked Questions about performance-engineer

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

FAQPage Schema
How do I identify performance bottlenecks in slow API requests?

To identify performance bottlenecks in slow API requests, you need to analyze latency profiling metrics and instrumentation data across critical paths to pinpoint root causes. This Skill processes that data to isolate hot paths and measure throughput targets effectively.

What is the best way to reduce latency in front-end rendering pipelines?

The best way to reduce latency in front-end rendering pipelines is to apply evidence-based optimization with minimal-risk interventions. By profiling rendering operations and validating measurable targets, you can implement the smallest effective optimizations to improve user experience.

Do I need instrumentation data to diagnose system scalability issues?

Yes, you need instrumentation data and profiling metrics to diagnose system scalability issues accurately. This Skill requires actionable measurement inputs to analyze hot paths, identify capacity constraints for burst traffic, and propose clear validation steps.

How does evidence-based performance optimization work for production workloads?

Evidence-based performance optimization for production workloads works by applying minimal, measurable interventions to reduce bottlenecks. It relies on profiling metrics to guide the smallest effective changes, ensuring clear validation steps and improved throughput without high risk.

Can I use this approach for capacity planning during burst traffic?

Yes, you can use this approach for capacity planning during burst traffic. By analyzing scalability bottlenecks and measurement data across critical paths, the process yields insights to help systems handle burst loads while maintaining measurable latency and throughput targets.