APM

>Agent Skill

@metta-ai/fix-traceback

skilldevelopment

Analyze a traceback or error log, identify root cause, and implement the minimal fix with a short summary. Use when a traceback is provided.

development
apm::install
$apm install @metta-ai/fix-traceback
apm::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.