Performance profiling, benchmarking, and optimization. Use when: slow operations, regressions, memory pressure, release validation. Skip when: early prototyping, documentation, configuration-only changes.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add ruvnet/ruflo --skill performance-analysis --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Performance Analysis?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ruvnet-performance-analysis-1bbe2dff)More formats (shields.io, HTML) on the badges page.
---
name: performance-analysis
description: >
Performance profiling, benchmarking, and optimization.
Use when: slow operations, regressions, memory pressure, release validation.
Skip when: early prototyping, documentation, configuration-only changes.
---
# Performance Analysis Skill
## Purpose
Measure before optimizing and preserve reproducible benchmark evidence.
## Commands
### Run Benchmark Suite
```bash
npx @claude-flow/cli performance benchmark --suite all
```
### Profile Code
```bash
npx @claude-flow/cli performance profile --target ./src
```
## Best Practices
1. Capture a baseline before changing code
2. Use identical inputs and environments
3. Report variance, not only the fastest result
4. Re-run correctness tests after optimization
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!