Reproduce, Then Fix
Force a failing test that captures the bug before any fix is allowed to land.
Intermediate1 min read
Customize
Fill these in and the prompt below updates as you type. Anything you leave blank stays as a placeholder.
The one-sentence symptom, not the cause
The part of the system this touches
The file or URL path this refers to
Your best guess at what's wrong, if you have one
Your prompt
Users report {{bug}}. Check the {{area}} flow in {{path}}, especially {{suspected_cause}}. Write a failing test that reproduces the issue, then fix it so the test passes. Address the root cause, do not suppress the error.