---
name: Perf Theory Tester
slug: perf-theory-tester
category: Quality
description: Perf Theory Tester runs controlled performance experiments to validate hypotheses. Use it when you need to apply a single change, run multiple validation passes, and record evidence against a baseline.
github: "https://github.com/composio-community/awesome-claude-plugins/tree/master/perf/skills/theory-tester"
language: JavaScript
stars: 1892
forks: 565
install: "npx degit https://github.com/composio-community/awesome-claude-plugins/tree/master/perf/skills/theory-tester ~/.claude/skills/theory-tester"
installs_to: ~/.claude/skills/theory-tester
source_path: perf/skills/theory-tester/SKILL.md
collection_size: 23
category_size: 1354
collection_url: "https://dirskills.com/collections/composio-community/awesome-claude-plugins"
added: 2026-08-18T06:59:18.934Z
last_synced: 2026-08-18T06:59:18.934Z
canonical_url: "https://dirskills.com/skills/perf-theory-tester"
---

# Perf Theory Tester

Perf Theory Tester runs controlled performance experiments to validate hypotheses. Use it when you need to apply a single change, run multiple validation passes, and record evidence against a baseline.

**Install:**

```bash
npx degit https://github.com/composio-community/awesome-claude-plugins/tree/master/perf/skills/theory-tester ~/.claude/skills/theory-tester
```

## README

# 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.
