dw-skill-eval-verify

Validate skill evaluation quality metrics and regression readiness.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/xurik/dataworks-skill-evaluator --skill dw-skill-eval-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dw-skill-eval-verify
Source: https://github.com/xurik/dataworks-skill-evaluator/tree/main/eval/skills/dw-skill-eval-verify
Command: npx skills add https://github.com/xurik/dataworks-skill-evaluator --skill dw-skill-eval-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams ensure their skill evaluation workflows produce reliable, comparable results by validating quality metrics, performing regression checks after changes, and surfacing actionable insights.

Core Features & Use Cases

  • Automated quality checks across evaluation dimensions (distinguishability, difficulty distribution, judge consistency, calibration).
  • Baseline regression workflow to compare current scores against the latest baseline and generate regression reports.
  • Guided, automated reporting and artifact generation to support audits and release processes.

Quick Start

Run a verification pass with --quality to validate fresh evaluations, or --regression to compare against the latest baseline.

Frequently Asked Questions about dw-skill-eval-verify

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

FAQPage Schema
How do I verify evaluation quality and regression readiness after scoring models?

Verify evaluation quality by running an automated validation pass to check metrics like distinguishability, judge consistency, and calibration. This ensures scores are consistent and trustworthy before regression checks compare them against a baseline.

What is baseline regression testing for skill evaluation results?

Baseline regression testing compares current evaluation scores against an established baseline to detect regressions. It generates a regression report to ensure model updates or workflow changes do not degrade evaluation quality.

How do I generate evaluation artifacts like skill-analysis.yaml and regression reports?

Generate evaluation artifacts by running a guided verification pass with artifact generation enabled. This automatically produces skill-analysis.yaml, testset.yaml, scores.yaml, and regression_report.md to support audits and release processes.

Can I check judge consistency and calibration automatically after running analysis?

Yes, you can check judge consistency and calibration automatically by running a verification pass with quality checks enabled. This validates the integrity of evaluation dimensions across different models and runs.

What's the best way to compare current evaluation scores against a latest baseline?

The best way to compare scores is by running a regression verification workflow. It automatically contrasts current scores with the latest baseline, surfacing actionable insights and generating a regression report for release readiness.

When do I need to run post-evaluation checks for regression health?

Run post-evaluation checks for regression health after running analysis and scoring to validate quality metrics. It is necessary before release processes to ensure consistent scores across models and verify no regressions occurred from recent changes.