trace-qa
Installation
SKILL.md
Trace QA
Analyze agent execution traces to answer questions about what happened, why it failed, how efficient it was, or any other aspect of the run.
Workflow
Always start with overview to understand the trace before diving into details.
1. Get the overview first
python scripts/fetch_trace.py <trace_id> overview
This returns metadata (status, duration, tokens, model) and summaries (request, answer preview, tool usage counts). Use this to orient yourself before going deeper.