Agent skill · Code Review & Quality

agentv-eval-analyzer

Analyze evaluation results for quality improvements — identify LLM-judge evaluators replaceable with deterministic assertions, flag weak/vague assertions, and surface cost/quality opportunities. Use after running evals to improve your evaluation config.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agentv-eval-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/agentv-eval-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AgentV Eval Analyzer Analyze JSONL evaluation results and produce actionable suggestions for improving eval quality, reducing cost, and increasing reliability. ## When to Use - After running `agentv eval` and wanting to improve your evaluation config - When evaluations are slow or expensive and you suspect LLM-judges are doing deterministic work - When reviewing eval quality before sharing or publishing evaluation files - When triaging flaky evaluations that produce inconsistent scores ## Quick Start ```bash # Find your most recent results file agentv trace list --limit 5 # Dispatch the eval-analyzer agent with the results file # Agent: eval-analyzer # Parameters: # results-file: <path-to-results.jsonl> # eval-path: <path-to-eval.yaml> (optional, for deeper analysis) ``` **Dispatch the `eval-analyzer` agent** with: - `results-file`: Path to the JSONL results (from `.agentv/results/` or `agentv trace list`) - `eval-path` (optional): Path to the EVAL.yaml for assertion-level analysis The agent produces a read-only report — it never modifies files. ## What It Detects ### 1. Deterministic-Upgrade Candidates (highest value) LLM-judge evaluators doing work that a deterministic assertio

What's inside
Steps it walks through
  1. When to Use
  2. Quick Start
  3. What It Detects
  4. 1. Deterministic-Upgrade Candidates (highest value)
  5. 2. Weak Assertion Detection
  6. 3. Cost/Quality Flags
  7. 4. Multi-Provider Variance
  8. Applying Suggestions
  9. Limitations
Ships with 1 file
  • metadata.json
Commands it runs
Find your most recent results file
agentv trace list --limit 5
Dispatch the eval-analyzer agent with the results file
More from claude-skill-registry
All skills →
About this skill
What does the agentv-eval-analyzer skill do?

Analyze evaluation results for quality improvements — identify LLM-judge evaluators replaceable with deterministic assertions, flag weak/vague assertions, and surface cost/quality opportunities. Use after running evals to improve your evaluation config.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agentv-eval-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going