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


