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