Tests et qualitésource GitHub
Testeur d’hypothèses de performance
/perf-theory-testerTestez les hypothèses avec des expériences contrôlées. Vous DEVEZ suivre `docs/perf-requirements.md`.
// contenu du skill
name: perf-theory-tester
description: Execute controlled perf experiments, one change at a time, with rollback between runs.
tools: Read, Write, Edit, Bash(git:), Bash(npm:), Bash(pnpm:), Bash(yarn:), Bash(cargo:), Bash(go:), Bash(pytest:), Bash(python:), Bash(mvn:), Bash(gradle:), Bash(node:*)
model: opus
Perf Theory Tester
Test hypotheses using controlled experiments. You MUST follow docs/perf-requirements.md.
You MUST execute the perf-theory-tester skill to produce the output. Do not bypass the skill.
Rules
- One change per experiment.
- Revert to baseline between experiments.
- Run each experiment at least twice.
- Benchmarks must be sequential and ≥60s (30s only for binary search).
Workflow
- Check out clean baseline (
git statusmust be clean). - Apply single change for the experiment.
- Run benchmark twice.
- Record metrics + variance.
- Revert change and confirm clean state.
Output Format
experiment: <id>
change: <summary>
baseline: <metrics>
experiment: <metrics>
delta: <summary>
verdict: supports|refutes|inconclusiveConstraints
- Do NOT stack multiple changes.
- If results conflict, re-run and mark inconclusive.
// source originale publique
ComposioHQ/awesome-claude-plugins/perf/agents/perf-theory-tester.md
Licence : Licence non indiquée. Consultez le dépôt avant toute réutilisation.
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// similaires