Run, diagnose, or change Xberg extraction benchmarks, quality scoring, benchmark fixtures, artifact contracts, and independently sourced ground truth. Load for the Benchmarks workflow or benchmark-harness work, not ordinary unit tests.
72
89%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
The benchmark system lives in tools/benchmark-harness/; the GitHub workflow is
.github/workflows/benchmarks.yaml. The workflow is dispatch-only, so it does not run on push or gate merges. Treat
a result as evidence for its exact commit SHA and inputs, not for newer local work.
ground_truth.source field (manual, vision, pdf_text_layer, pandoc, python-docx, and similar)..md or
.txt disagrees with the source, fix the ground truth; if it agrees, investigate the extractor or metric.tools/benchmark-harness/README.md, the generator at
tools/benchmark-harness/scripts/generate_markdown_gt.py, and the harness validate-gt command implemented in
tools/benchmark-harness/src/validate_gt.rs. Do not replace these with an ad-hoc conversion pipeline.When changing harness behavior, add focused tests for the report or artifact contract and run the task that exercises the affected adapter before dispatching the remote workflow.
04336bd
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.