Analyze a traceback or error log, identify root cause, and implement the minimal fix with a short summary. Use when a traceback is provided.
apm install @metta-ai/fix-traceback[](https://apm-p1ls2dz87-atlamors-projects.vercel.app/packages/@metta-ai/fix-traceback)---
name: fix-traceback
description: "Analyze a traceback or error log, identify root cause, and implement the minimal fix with a short summary. Use when a traceback is provided."
---
# Fix Traceback
## Workflow
- Locate the first actionable frame in the traceback or log.
- Identify the root cause and implement the smallest fix.
- Summarize why it broke and why the fix works.
- Provide a verification command if useful.