Loading...
Loading...
Debug and fix bugs, errors, or unexpected behavior
npx skill4agent add thebushidocollective/han fix/fix [arguments]console.log('Value at checkpoint:', value)
logger.debug('Processing item', { id: item.id, status: item.status })debugger; // Browser will pause here## Bug Fix: [Brief description]
### Issue
[What was broken and how it manifested]
### Root Cause
[Why the bug existed]
### Fix
[What was changed and why it fixes the issue]
### Verification
[Evidence the fix works - use proof-of-work skill]
- Original issue no longer reproduces
- Tests pass (include test output)
- Related scenarios still work
### Prevention
[What test was added to prevent regression]