Use when running controlled perf experiments to validate hypotheses.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add avifenesh/awesome-slash --skill perf-theory-tester --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Perf Theory Tester?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/avifenesh-perf-theory-tester)More formats (shields.io, HTML) on the badges page.
---
name: perf-theory-tester
description: "Use when running controlled perf experiments to validate hypotheses."
version: 1.0.0
---
# perf-theory-tester
Test hypotheses using controlled experiments.
Follow `docs/perf-requirements.md` as the canonical contract.
## Required Steps
1. Confirm baseline is clean.
2. Apply a single change tied to the hypothesis.
3. Run 2+ validation passes.
4. 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!