Agent Skills
› agent-sh/agentsys
› perf-theory-gatherer
perf-theory-gatherer
GitHub基于Git历史和代码证据生成性能假设。通过审查近期提交记录、定位相关代码路径,输出最多5个带有证据和置信度的性能假设,不包含优化建议。
Trigger Scenarios
需要生成性能优化假设
分析代码变更对性能的影响
Install
npx skills add agent-sh/agentsys --skill perf-theory-gatherer -g -y
SKILL.md
Frontmatter
{
"name": "perf-theory-gatherer",
"version": "5.1.0",
"description": "Use when generating performance hypotheses backed by git history and code evidence."
}
perf-theory-gatherer
Generate performance hypotheses for a specific scenario.
Follow docs/perf-requirements.md as the canonical contract.
Required Steps
- Review recent git history (scope to relevant paths when possible).
- Identify code paths involved in the scenario (repo-intel or grep).
- Produce up to 5 hypotheses with evidence + confidence.
Output Format
hypotheses:
- id: H1
hypothesis: <short description>
evidence: <file/path or git change>
confidence: low|medium|high
- id: H2
...
Constraints
- MUST check git history before hypothesizing.
- No optimization suggestions; only hypotheses.
- Keep to 5 hypotheses maximum.
Version History
- a92c0cb Current 2026-07-25 11:25


