Back to Library
Automation

Debug

S
By SkilloAI
Added 2026-03-27

Systematic Debugging and Error Resolution

#Workflow#Automation

Full Prompt

View Source
1. Identify the exact error message and stack trace provided by the user.
2. Check for common pitfalls related to the specific technology mentioned.
3. Add strategic console.log or debugger statements to isolate the issue.
4. Propose a root-cause analysis.
5. Provide the exact code fix and explain why it resolves the bug.