Agent Skills
› agent-sh/agentsys
› perf-analyzer
perf-analyzer
GitHub将性能调查结果综合为基于证据的建议和决策,遵循性能要求文档,输入基线数据和实验结果,输出摘要、建议及后续步骤。
Trigger Scenarios
需要总结性能分析结果时
生成性能优化建议时
Install
npx skills add agent-sh/agentsys --skill perf-analyzer -g -y
SKILL.md
Frontmatter
{
"name": "perf-analyzer",
"version": "5.1.0",
"description": "Use when synthesizing perf findings into evidence-backed recommendations and decisions."
}
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.
Version History
- a92c0cb Current 2026-07-25 11:25


