AgentSkillsCN

Bugfix

修复缺陷

SKILL.md

Bug Fix Skill

  1. Read the user's bug description fully before acting
  2. Reproduce or locate the error in code
  3. Identify the ROOT CAUSE — do not apply surface-level patches
  4. Explain the root cause to the user before fixing
  5. Apply the fix and verify the app loads without errors
  6. Check for related issues caused by the same root cause
  7. Commit with message: fix: <description of root cause and fix>