AgentSkillsCN

fix-traceback

分析回溯信息或错误日志,定位根本原因,并以简短摘要的形式提出最小化修复方案。适用于收到回溯信息时使用。

SKILL.md
--- frontmatter
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.