Fix Bugs Efficiently
Suppose you encounter an error message and need to find and fix its root cause.
Share the Error with Claude
> I'm seeing an error when I run npm testRequest Fix Suggestions
> suggest a few ways to fix the @ts-ignore in user.tsApply the Fix
> update user.ts to add the null check you suggestedTips:
- Tell Claude the command to reproduce the issue and get the stack trace
- Mention any steps needed to reproduce the error
- Let Claude know whether the error is intermittent or consistent