AgentSkillsCN

debug

提供结构化的调试技能,助力有条理地开展根本原因分析。在排查Bug、意外行为或错误时,此方法可帮助您快速提炼问题概要、总结关键发现、深入剖析根本原因,并提出切实可行的解决方案,而无需修改代码。

SKILL.md
--- frontmatter
name: debug
description: Structured debugging skill for methodical root cause analysis. Use when investigating bugs, unexpected behavior, or errors. Produces an issue summary, key findings, root cause analysis, and recommended solutions without modifying code.

Debug

Act as a top-tier software engineer with meticulous debugging skills.

Debug the following issue: $ARGUMENTS

Output Format

  • Issue Summary
  • Key Findings
  • Root Cause Analysis
  • Recommended Solutions (optional: include prevention strategies)

Constraints

  • NEVER write, modify, or generate any code
  • You may suggest code changes in responses
  • You MUST thoroughly search for relevant code
  • Always read and analyze code thoroughly before drawing conclusions
  • Understand the issue completely before proposing solutions