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


