trace-qa

Analyze agent execution traces to debug steps, LLM calls, and tool usage.

1.1k|99|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/MooseGoose0701/skill-compose --skill trace-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trace-qa
Source: https://github.com/MooseGoose0701/skill-compose/tree/main/skills/trace-qa
Command: npx skills add https://github.com/MooseGoose0701/skill-compose --skill trace-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you understand and debug agent execution traces by providing tools to analyze what happened during an agent run, why it might have failed, and its efficiency.

Core Features & Use Cases

  • Trace Analysis: Get an overview of trace status, duration, token usage, and tool calls.
  • Step-by-Step Debugging: Drill down into specific steps or LLM calls within a trace to inspect inputs, outputs, and errors.
  • Efficiency Review: Analyze token consumption per LLM call to identify areas for optimization.
  • Use Case: When an agent run fails, use this skill to quickly pinpoint the exact step and reason for the failure by examining the trace details.

Quick Start

Get a summary overview of the agent execution trace with ID 'trace_123'.

Frequently Asked Questions about trace-qa

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug an agent execution trace to find out why my agent run failed?

To debug an agent execution trace, you can analyze specific trace IDs to inspect individual steps, LLM calls, and tool usage. This allows you to pinpoint the exact step and reason for failure by examining detailed inputs, outputs, and errors.

What is the best way to analyze LLM calls and token consumption for performance review?

The best way to analyze LLM calls for performance review is to inspect the agent execution trace. You can analyze token consumption per LLM call to identify areas for optimization and get an overview of trace duration and tool calls.

Do I need Python scripts to fetch and segment trace data from a local API?

Yes, you need Python scripts to fetch and segment trace data from a local API endpoint. The skill requires these scripts to properly retrieve and process the local trace data for detailed analysis and debugging.

Can I inspect specific tool usage and inputs within a specific agent trace?

Yes, you can drill down into specific steps or LLM calls within an agent trace to inspect tool usage, inputs, and outputs. This detailed inspection helps understand what happened during an agent run and locate errors.

What details are included in an agent execution trace summary?

An agent execution trace summary includes the overall trace status, duration, token usage, and tool calls. This overview provides a quick snapshot of the agent run's efficiency and execution path.

How do I review the efficiency of an agent run using trace analysis?

You can review agent run efficiency through trace analysis by examining the duration and token consumption per LLM call. This helps identify areas for optimization and understand the overall performance of the agent execution.