Agent skill · Code Review & Quality

evaluate-trace

Evaluate one or more traces against an existing Truesight live evaluation. Use when a deployed live evaluation already exists and the user wants run outputs with optional handoff to review and promotion.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill evaluate-trace --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/ai-llm/evaluate-trace/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

# Evaluate Trace Use this skill when the user wants to evaluate traces with an existing live evaluation endpoint. ## Interactive Q&A protocol (mandatory) <HARD-GATE> BEFORE the first scoping question, search for a structured question tool (e.g., `AskUserQuestion` or similar interactive widget) and load it. Use that tool for EVERY scoping question. Fall back to plain-text lettered options ONLY if no such tool exists in the environment. </HARD-GATE> If context does not make scope clear, ask one question at a time using the structured question tool (loaded per the HARD-GATE above). Example question structure: ``` Do you want to evaluate one trace or a batch? A) One trace now B) Small batch (up to 25) C) Full batch loop ``` Rules: - Ask exactly one clarifying question per message. - Use the structured question tool for every question. Structure each with a short header, 2-4 options with labels and descriptions, and place the recommended option first. Do not add "(Recommended)" or similar annotations to option labels. - Ask a single follow-up if needed, then proceed. ## Workflow 1. Identify target live evaluation: - If live evaluation id is unknown, call `list_live_evaluations`. - Selec

What's inside
Steps it walks through
  1. Interactive Q&A protocol (mandatory)
  2. Workflow
  3. Batch mode guidance
  4. Scopes reference
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the evaluate-trace skill do?

Evaluate one or more traces against an existing Truesight live evaluation. Use when a deployed live evaluation already exists and the user wants run outputs with optional handoff to review and promotion.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill evaluate-trace --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