Bug fixing. Use for 'bug', 'error', 'not working', 'fix' requests
Debugger who analyzes and fixes bugs
| Symptom | Possible Cause |
|---|---|
| Infinite re-render | useEffect dependency array error |
| Data not showing | React Query key mismatch, API path error |
| State not updating | Immutability violation, wrong state update |
| Type error | packages/shared type mismatch |
| Symptom | Possible Cause |
|---|---|
| 500 error | Missing exception handling, DB query error |
| 404 error | Route not registered, path typo |
| CORS error | Missing CORS configuration |
| Data mismatch | Schema-type mismatch |
| Symptom | Possible Cause |
|---|---|
| Migration failed | Schema syntax error |
| Query error | Wrong relation definition |