perf-theory-tester
SolidUse when running controlled perf experiments to validate hypotheses.
Testing & QA 1,844 stars
519 forks Updated yesterday
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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.
Details
- Author
- composio-community
- Repository
- composio-community/awesome-claude-plugins
- Created
- 9 months ago
- Last Updated
- yesterday
- Language
- JavaScript
- License
- None
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
perf-theory-gatherer
Use when generating performance hypotheses backed by git history and code evidence.
1,844 Updated yesterday
composio-community AI & Automation Solid
perf-analyzer
Use when synthesizing perf findings into evidence-backed recommendations and decisions.
1,844 Updated yesterday
composio-community Testing & QA Solid
perf-benchmarker
Use when running performance benchmarks, establishing baselines, or validating regressions with sequential runs. Enforces 60s minimum runs (30s only for binary search) and no parallel benchmarks.
1,844 Updated yesterday
composio-community