Use when synthesizing perf findings into evidence-backed recommendations and decisions.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add avifenesh/awesome-slash --skill perf-analyzer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Perf Analyzer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/avifenesh-perf-analyzer)More formats (shields.io, HTML) on the badges page.
---
name: perf-analyzer
description: "Use when synthesizing perf findings into evidence-backed recommendations and decisions."
version: 1.0.0
---
# perf-analyzer
Synthesize performance investigation results into clear recommendations.
Follow `docs/perf-requirements.md` as the canonical contract.
## Inputs
- Baseline data
- Experiment results
- Profiling evidence
- Hypotheses tested
- Breaking point results
## Output Format
```
summary: <2-3 sentences>
recommendations:
- <actionable recommendation 1>
- <actionable recommendation 2>
abandoned:
- <hypothesis or experiment that failed>
next_steps:
- <if user should continue or stop>
```
## Constraints
- Only cite evidence that exists in logs or code.
- If data is insufficient, say so and request a re-run.
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!