Agent skill
fix-traceback
Analyze a traceback or error log, identify root cause, and implement the minimal fix with a short summary. Use when a traceback is provided.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/fix-traceback
SKILL.md
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.
Didn't find tool you were looking for?