ComposioHQ / perf-analyzer
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/perf-analyzer && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1179" && unzip -o skill.zip -d .claude/skills/perf-analyzer && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/perf-analyzer/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Use when synthesizing perf findings into evidence-backed recommendations and decisions.
0 views
0 installs
Skill Content
--- 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.