skill-benchmarking

Benchmarks AI models tiered evaluations from evals-tiered.json producing benchmark-<model>-tiered.json with grader isolation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rusel95/WhiteNoise --skill skill-benchmarking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-benchmarking
Source: https://github.com/rusel95/WhiteNoise/tree/main/.claude/skills/skill-benchmarking
Command: npx skills add https://github.com/rusel95/WhiteNoise --skill skill-benchmarking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Benchmarking AI model skills across tasks by running tiered evaluations against evals-tiered.json, enabling scalable, repeatable performance measurement.

Core Features & Use Cases

  • Supports with_skill and without_skill evaluation runs, producing benchmark-<model>-tiered.json for direct comparison
  • Aggregates tiered results (simple, medium, complex) and surfaces discriminating assertions to guide improvements
  • Enforces strict grader isolation and evidence-only passing, ensuring objective evaluation
  • Model-agnostic workflow: the caller provides the model slug; no hardcoded model assumptions

Quick Start

Run the full benchmark workflow for a given model slug using the evals-tiered.json data

Frequently Asked Questions about skill-benchmarking

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run reproducible model benchmarks using tiered evaluations?

Run reproducible model benchmarks by executing tiered evaluations against evals-tiered.json. The workflow runs with_skill and without_skill comparisons, generating benchmark-<model>-tiered.json files for direct performance measurement.

What is strict grader isolation in model evaluation?

Strict grader isolation is an evaluation mechanism that enforces evidence-only passing for model benchmarks. It ensures objective, reproducible grading by preventing the grader from accessing external context beyond the provided evidence.

Can I use this benchmarking workflow across different AI platforms and models?

Yes, the benchmarking workflow is model-agnostic and operates across platforms. The caller provides the model slug, meaning no hardcoded model assumptions restrict compatibility with your specific platform.

What's the best way to compare model performance with and without a specific skill?

Compare model performance by running with_skill and without_skill evaluation tiers. This generates benchmark-<model>-tiered.json files that aggregate simple, medium, and complex results to surface discriminating assertions.

How does tiered model evaluation surface discriminating assertions to guide improvements?

Tiered model evaluation aggregates simple, medium, and complex results to surface discriminating assertions. These assertions highlight specific performance gaps, guiding targeted improvements in model skills.

Do I need to provide a specific model slug to run tiered benchmarks?

Yes, you must provide a model slug to run tiered benchmarks. The workflow is model-agnostic, requiring the caller to supply the slug so it can generate the corresponding benchmark-<model>-tiered.json output.