Use for JS/TS performance-sensitive changes, benchmark additions, benchmark regressions, benchmark result JSON, or any claim that code is faster, smaller, cheaper, or not slower.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add siliconjungle/-shapeshift-labs-evidence-kit --skill benchmark-guardian --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Benchmark Guardian?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/siliconjungle-benchmark-guardian)More formats (shields.io, HTML) on the badges page.
---
name: benchmark-guardian
description: Use for JS/TS performance-sensitive changes, benchmark additions, benchmark regressions, benchmark result JSON, or any claim that code is faster, smaller, cheaper, or not slower.
---
# Benchmark Guardian
Do not make performance claims from intuition.
## Workflow
1. State the benchmark hypothesis:
- target behavior,
- metric,
- fixture,
- command,
- acceptance threshold or baseline.
2. Prefer focused benchmarks while iterating:
```sh
npx evidence-kit add-benchmark --name core --language js
npm run bench:evidence
```
3. Write structured JSON to `benchmarks/results/*latest.json`.
4. Run correctness tests or fuzzers for the same path before saying a performance change is safe.
5. Update evidence docs:
```sh
npm run docs:perf
npm run docs:perf:search -- <benchmark topic>
```
## Result Rules
- Keep timeout, error, unsupported, and bad-result rows visible.
- Report exact command and output file.
- Report fixture-level rows, not only aggregate scores.
- If benchmark scope changed, run `npm run bench:scope` or `npx evidence-kit scope`.
- If the benchmark came from external research, cite the fetch manifest and source note path.
## Final Response
Include the command, output path, key rows, and caveats such as dirty worktree, missing baseline, or local machine noise.
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!