benchmark-triage

Triage benchmark results and output a structured Markdown report.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/japurcell/skills --skill benchmark-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark-triage
Source: https://github.com/japurcell/skills/tree/main/skills/skillify-workspace/iteration-1/eval-2/without_skill/run-3/outputs
Command: npx skills add https://github.com/japurcell/skills --skill benchmark-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triages benchmark results to produce a concise, actionable triage report that highlights failure clusters, flaky patterns, and clear paths for improvement.

Core Features & Use Cases

  • Automated analysis of benchmark directories containing benchmark.json and related eval artifacts to summarize results.
  • Representative deep dives: selects evaluative cases with repeated failures or high variance and documents root causes with cited evidence.
  • Actionable guidance: outputs a structured report with recommended next edits and priorities to guide skill iteration.

Quick Start

Provide the path to benchmark.json or to an iteration directory containing it and the skill will generate a short triage report.

Frequently Asked Questions about benchmark-triage

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

FAQPage Schema
How do I analyze benchmark.json files to find evaluation failures?

To analyze benchmark.json files, this skill reads iteration directories containing eval artifacts like grading.json and eval_metadata.json, synthesizes failure patterns, and outputs a structured Markdown report with recommended next edits.

What is the best way to triage benchmark results and identify failure clusters?

Triage benchmark results by directing this skill to your iteration directory; it automatically identifies failure clusters and flaky patterns, then documents root causes with cited evidence from representative evaluative cases.

How do I generate a triage report from eval_metadata.json and grading.json artifacts?

Generate a triage report by providing the path to your benchmark.json or iteration directory; the skill processes grading.json and eval_metadata.json artifacts to produce concise, actionable guidance for skill iteration.

Can I get automated recommendations for next edits from benchmark evaluation artifacts?

Yes, you can get automated recommendations by running this skill on benchmark directories; it analyzes evaluation artifacts, highlights high variance or repeated failures, and outputs prioritized next edits in a Markdown report.

Does benchmark triage work without additional dependencies or external components?

Benchmark triage works standalone without additional dependencies; it directly reads local benchmark.json and related evaluation artifacts from your iteration directories to synthesize patterns and generate structured reports.

When should I use benchmark triage reporting for skill iteration?

Use benchmark triage reporting when you need to summarize benchmark results, identify representative deep dives into repeated failures, and translate chaotic evaluation artifacts into clear, prioritized guidance for improvement.