00-academic-router
Use when the user wants help with academic papers or citations but it's unclear which specific workflow fits — reviewing a paper, checking a BibTeX file for…
Use when the user has run multiple evaluation skills and wants a comprehensive analysis — maturity assessment, cross-skill signals, trends, prioritized actions, and an executive summary. Also use when the user mentions eval health check, evaluation audit, ship readiness,
$ npx -y skills add agentscope-ai/OpenJudge --skill 04-eval-report --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/04-eval-reportContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when the user has run multiple evaluation skills and wants a comprehensive analysis — maturity assessment, cross-skill signals, trends, prioritized actions, and an executive summary. Also use when the user mentions eval health check, evaluation audit, ship readiness,
name: eval-report description: > Use when the user has run multiple evaluation skills and wants a comprehensive analysis — maturity assessment, cross-skill signals, trends, prioritized actions, and an executive summary. Also use when the user mentions eval health check, evaluation audit, ship readiness, evaluation maturity, or "how good is my evaluation system itself." This is a read-only analysis skill.
<HARD-GATE> NO recommendation WITHOUT statistical evidence backing it. NO "system ready" declaration WITHOUT all calibrated judges passing AND all production gates green. NO trend analysis WITHOUT at least 2 data points in history. </HARD-GATE>
Synthesize everything from your evaluation journey into a comprehensive report. This skill is read-only — it analyzes what exists, doesn't create new graders or datasets.
You MUST create a task for each item and complete them in order:
1. **Inventory scan** — catalog everything in eval-design.md + runs/ history 2. **Maturity assessment** — 5 dimensions × 4 levels 3. **Cross-skill signal synthesis** — consistent findings + contradictions 4. **Weakness diagnosis** — failure concentration, correlations, stratum gaps 5. **Root cause classification** — system / metric / data / unclear 6. **Prioritized recommendations** — P0/P1/P2 actions with impact estimates 7. **Executive summary** — ship readiness + top 3 risks + next actions
Read `eval-design.md` and all `runs/` directories. Build a timeline:
Timeline: 2026-04-15 01-eval-design → 5 failure modes → 3 dimensions from 200 traces 2026-04-18 02-metric-design → 4 graders configured (2 LLM + 1 rule + 1 executable) 2026-04-25 (evaluation run) → 90-sample stratified dataset scored 2026-05-01 03-align-human → 2 judges Phase 3, 1 Phase 2, 1 Phase 1 (TPR/TNR + kappa) 2026-05-10 07-redteam → safety audit not yet run
Report key metrics:
Rate the evaluation system across 5 dimensions:
| Dimension | L1 (Initial) | L2 (Developing) | L3 (Established) | L4 (Optimizing) | |-----------|-------------|-----------------|-------------------|-----------------| | **Failure Discovery** | No systematic analysis | Failure modes identified | Coverage validated with stratification | Continuous triage from production | | **Judge Quality** | v0 uncalibrated only | Some calibrated (TPR/TNR measured) | All calibrated with CI | Calibrated + aligned with humans | | **Label Coverage** | < 50 labels | 50-200 labels | 200+ stratified labels | Coverage audit passed, drift monitored | | **Safety Coverage** | No redteaming | Ad-hoc redteam run | Systematic redteam with policy doc | Continuous redteam with sign-off | | **Human Alignment** | No alignment data | Kappa measured for some judges | Kappa ≥ 0.8 for all judges | Human spot-check only, quarterly audit |
**Scoring rule**: The overall maturity level is the **minimum** across dimensions (weakest link principle). If 4 dimensions are L3 but Safety is L1, the system is L1.
Find themes confirmed by multiple skills. Example:
Find where skills disagree. These are the most valuable findings:
the hallucination judge has TPR=0.74" → Possible explanations: the judge prompt captures surface patterns, not real hallucination. Or the judge prompt needs refinement, or the labels are noisy.
What hasn't been touched by any skill?
non-English queries"
Which principle/grader has the lowest pass rate? Where are failures clustering?
Compute Jaccard similarity between principle pairs — when sample A fails on principle X, does it also fail on principle Y? Highly correlated pairs (Jaccard > 0.5) likely share a root cause.
Which difficulty stratum performs worst across all principles? If boundary stratum TPR < 0.7 for 3 of 4 principles, boundary discrimination is a systemic weakness.
For each weakness area, classify the root cause:
| Type | Definition | Key indicator | |------|-----------|---------------| | **system_problem** | The application itself performs poorly | Low pass rate + high judge-human agreement | | **metric_problem** | The judge/eval is flawed | Low pass rate + low judge-human agreement | | **data_problem** | The eval dataset isn't representative | 01-eval-design coverage shows thin strata OR label drift detected | | **unclear** | Not enough evidence | Conflicting signals, need more data |
This classification is critical — fixing a metric problem by changing the system (or vice versa) wastes effort.
Generate P0/P1/P2 actions. Each must include: priority, concrete action, current state, target state, expected impact, and the skill to use.
🔴 P0 | Calibrate hallucination judge
Current: TPR=0.74 (below 0.8 threshold)
Target: TPR >= 0.8
Impact: Judge becomesOpenJudge: A Unified Framework for Holistic Evaluation and Quality Rewards
Use when the user wants help with academic papers or citations but it's unclear which specific workflow fits — reviewing a paper, checking a BibTeX file for…
Review academic papers for correctness, quality, and novelty using OpenJudge's multi-stage pipeline. Supports PDF files and LaTeX source packages…
Verify a BibTeX file for hallucinated or fabricated references by cross-checking every entry against CrossRef, arXiv, and DBLP. Reports each reference as…
Benchmark LLM reference recommendation capabilities by verifying every cited paper against Crossref, PubMed, arXiv, and DBLP. Measures hallucination rate,…
Use when the user wants to compare or benchmark multiple LLMs/agents arena-style but it's unclear which specific workflow fits — a general-purpose win-rate…
Automatically evaluate and compare multiple AI models or agents without pre-existing test data. Generates test queries from a task description, collects…