From llm-observability
Sets up human review and annotation of LLM traces for error analysis and building golden datasets. Useful for high-stakes or specialized domains where automated evals are insufficient.
How this skill is triggered — by the user, by Claude, or both
Slash command
/llm-observability:annotate-traces-for-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Automated metrics are downstream of one thing: a human deciding what "good" means. For specialized or high-stakes domains (finance, health, legal), and for early-stage apps, structured human review of real traces is the single highest-ROI activity. It produces the golden labels every other eval depends on, and it surfaces failure modes you did not know to look for.
Automated metrics are downstream of one thing: a human deciding what "good" means. For specialized or high-stakes domains (finance, health, legal), and for early-stage apps, structured human review of real traces is the single highest-ROI activity. It produces the golden labels every other eval depends on, and it surfaces failure modes you did not know to look for.
redact-pii-for-tracing).The point is not a score, it is understanding. After a review pass:
build-eval-dataset) and regression cases (trace-based-testing).add-llm-evals). Then the judge can scale what humans validated."Look at your data" and error analysis are the core of practitioner eval methodology: Hamel Husain, Your AI Product Needs Evals; human labels are the ground truth that automated LLM-as-a-judge is calibrated against (Zheng et al. 2023, arXiv:2306.05685).
npx claudepluginhub contextjet-ai/awesome-llm-observabilityGuides analysis of LLM pipeline traces to identify, categorize, and prioritize failure modes. Use for new eval projects, pipeline changes, metric drops, or incidents.
Finds failure patterns in production AI/LLM apps by reading real traces and categorizing silent failures (wrong answers, hallucinations, tool misuse) into a ranked taxonomy.
Reviews workflow execution traces to identify failure modes before building evaluators. Use when starting eval projects, after pipeline changes, or when production quality drops.