Debug Skill
Before investigating any bug:
- •Identify the exact error message and where it occurs
- •Check if the API endpoint is correct and not deprecated
- •Verify authentication is passing (check for 401/403)
- •Check if required IDs from previous API calls are being stored
- •Search git history for working implementations:
git log -p --all -S 'functionName'
Only after completing this checklist, propose a fix.