What problem does it solve?
Debugging a single failed agent run from raw traces is slow and error-prone. This Skill turns one agent case — its trajectory, tool calls, evidence, and verdict — into a structured diagnostic report that pinpoints the decisive step, separates root causes from propagated errors, and proposes concrete repairs.
Core Features & Use Cases
- Trajectory Diagnosis: Renders a step-by-step timeline with OK/WARN/ERROR/ROOT_CAUSE/PROPAGATED labels and a critical-step deep dive backed by trace evidence.
- Root Cause & Propagation Analysis: Classifies concrete failure modes (planning, tool choice, retrieval, memory contamination, etc.) and maps error propagation chains across steps.
- Tool, Cost & Safety Audit: Audits tool selection, arguments, result use, latency, tokens, duplicate work, risky actions, and guardrail behavior.
- Use Case: After a benchmark case fails, feed the trace and expected result to the Skill to get a Canvas report showing the verdict, the decisive failing step, why later errors are downstream, and a repair backlog grouped by Prompt, Planner, Tool, Memory/RAG, Runtime, Evaluator, and Guardrail.
Quick Start
Analyze this agent run trace and create an eval canvas report showing the verdict, critical failure step, root cause, and repair plan.