Reproduce it. Find the cause. Verify the fix.
Provide the symptom and an example that triggers it. Get a fix together with an explanation of the cause and a check that catches a recurrence.
Start with a reproducible example
A form might submit twice after a second click. Provide steps, expected behavior, environment and available logs. The assistant follows handlers and requests to where behavior diverges from expectations.
Fix the cause within a clear scope
Ask for hypotheses grounded in code and a reason for the chosen one. Include adjacent cases: retrying after an error, slow networks and restoring the interface state.
Protect against recurrence
Add a test that reproduces the defect and check that it passes after the fix. Keep the verification steps and a concise explanation for review.
Start with your team's project
Download Desktop, connect your project and start with a task whose result you can verify.