fix-traceback
skillAnalyze 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
apm install @metta-ai/fix-tracebackapm::skill.md
---
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.