Describe the symptom
Hand Claude a well-scoped bug it can act on immediately.
Official basis Describe the symptom — what's wrong, where it lives, and what fixed looks like. docs ↗
The prompt
Bug: <what users actually see>. It most likely lives in <area or files>. A correct fix means <observable success>. Write a failing test that reproduces it first, then fix the root cause. Why it works
The docs frame a good bug report as symptom + likely location + definition of done. Give all three and Claude spends its effort fixing instead of guessing what you meant.
Fill in
<what users see>/<area or files>/<observable success>.
Follow-ups
- “Confirm the test now passes and nothing else regressed.”