1--- 2description: Investigate the user report and fix it if you find it's a bug. 3argumment-hint: [the user report] 4--- 5 6First read the user report: $ARGUMENTS 7 8Look around the codebase via `tree`, `rg` and perhaps related git history to find the root cause of the bug. 9 10If you find the root cause, write a regression test, watch the test fail, fix the bug, and watch the test pass, then open a PR with the fix.