performance-optimizer

Identify performance bottlenecks through measurement-based optimization cycles.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/jivebreaddev/skills-claude-agent --skill performance-optimizer-jivebreaddev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-optimizer
Source: https://github.com/jivebreaddev/skills-claude-agent/tree/main/.claude/skills/performance-optimizer
Command: npx skills add https://github.com/jivebreaddev/skills-claude-agent --skill performance-optimizer-jivebreaddev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Performance optimization is hard without a structured, repeatable workflow. This Skill provides a principled framework to measure, analyze, and improve system performance through iterative cycles, ensuring changes are data-driven and verifiable.

Core Features & Use Cases

  • Systematic measurement before change: establish baselines to compare against.
  • Bottleneck prioritization: identify the most impactful constraint and address it first.
  • End-to-end workflow: define goals, design test scenarios, collect baseline data, analyze root causes, design improvements, implement plans, verify results, and document outcomes.
  • Guidance for collaboration: uses a subagent-driven approach (oracle and explore) and human-in-the-loop protocol for safe decision making.
  • Use cases include platform performance tuning, application code optimization, database query improvements, and infrastructure adjustments.

Quick Start

Define your performance goals and SLOs, design a test scenario, run a baseline measurement, analyze bottlenecks, implement improvements, and verify results following the workflow described here.

Frequently Asked Questions about performance-optimizer

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

FAQPage Schema
What is measurement-driven performance optimization?

Measurement-driven performance optimization is a systematic workflow that establishes baseline metrics, identifies bottlenecks, and validates Before/After results to drive verifiable improvements across code, database, network, and infrastructure paths.

How do I identify and resolve software performance bottlenecks?

To resolve performance bottlenecks, define goals and SLOs, design test scenarios, collect baseline measurements, analyze root causes, prioritize constraints, implement improvements, and verify iterative results.

How do I establish a baseline for system performance testing?

Establish a performance baseline by defining SLOs, designing specific test scenarios, and collecting initial measurement data across code, database, network, and infrastructure paths before implementing any optimizations.

Can I use this structured workflow for database query and infrastructure optimization?

Yes, this workflow supports database query improvements, application code tuning, platform performance adjustments, and infrastructure optimization by applying iterative measurement-based analysis across all system paths.

What is the best way to ensure performance improvements are data-driven?

The best way to ensure data-driven improvements is to apply a structured cycle of baseline measurement, bottleneck analysis, implementation planning, and Before/After verification, guided by a human-in-the-loop protocol for safe decisions.

When should I not use a structured performance optimization workflow?

Avoid this structured optimization workflow if you cannot define clear SLOs, establish baseline metrics, or design repeatable test scenarios, as iterative validation depends on measurable Before/After comparisons.