When the code breaks, don't panic. Use the AI as your expert debugging co-pilot.
- Common Issues (Quick Map): A guide to the first steps for common problems.
- Errors = Learning: When you fix a bug, capture the
why
and thehow
as a reusable prompt for the future. - Provide Evidence: Always include stack traces, screenshots, and clear reproduction steps.
- Ask "Why?": Don't just patch the problem; identify and remove the root cause.
- Codebase Audit Prompt: Use the AI to find potential issues before they become problems.
Perform a codebase audit for architecture, modularity, naming, and DX. List top 10 risks with file references and suggest incremental fixes. No code changes yet.