Read the Error First
Always paste the actual error message into your prompt. The stack trace tells Claude exactly where to look and what went wrong, saving a round trip of investigation.
Where you'll practice this
One Promptles scenario teaches this principle directly.
Quick Bug Fix
Your CI pipeline just failed. The only information you have is this error message from the build log: ``` TypeError: Cannot read properties of undefined (reading 'map') at renderUserList (components/UserList.tsx:14:28) at processChild (react-dom.development.js:1234) ```…