Agent Skills
› agent-sh/agentsys
› perf-theory-tester
perf-theory-tester
GitHub用于运行受控性能实验以验证假设。遵循性能需求文档,执行单变更基准测试并记录证据,确保每次实验独立且可复现。
Trigger Scenarios
需要验证性能优化假设
执行受控性能对比实验
Install
npx skills add agent-sh/agentsys --skill perf-theory-tester -g -y
SKILL.md
Frontmatter
{
"name": "perf-theory-tester",
"version": "5.1.0",
"description": "Use when running controlled perf experiments to validate hypotheses."
}
perf-theory-tester
Test hypotheses using controlled experiments.
Follow docs/perf-requirements.md as the canonical contract.
Required Steps
- Confirm baseline is clean.
- Apply a single change tied to the hypothesis.
- Run 2+ validation passes.
- Revert to baseline before the next experiment.
Output Format
hypothesis: <id>
change: <summary>
delta: <metrics>
verdict: accept|reject|inconclusive
evidence:
- command: <benchmark command>
- files: <changed files>
Constraints
- One change per experiment.
- No parallel benchmarks.
- Record evidence for each run.
Version History
- a92c0cb Current 2026-07-25 11:25


