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


