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


