2 min lesson
Bugbot's /review table is a signal over the diff
Explain the practical point behind "Start with this check: Bugbot is reviewing the intended PR diff and findings cite concrete code paths."
Step 1 of 2
The job: you can run BugbotCursor's automated PR reviewer that posts inline findings and can push fix commits from isolated VMs. Press Enter for the full definition. and interpret its output without surrendering merge judgment. Start with this check: Bugbot is reviewing the intended PR diff and findings cite concrete code paths. Keep it small enough to check the result yourself instead of taking the summary on trust.
Review the findings, fix what earned it
0:37 · narratedRead this demo as text
- Run's done. /review is already sitting in the composer. Send it. Let Bugbot read the diff.
- Two findings. Medium: recent items you can't reach with a keyboard. And a Low: memoizing a five-item slice. Same table. Completely different weight.
- When it offers a fix, pick the one that earned it. The Medium becomes real buttons. The nit? Just a note. Every change in the diff should trace back to a severity that mattered.
Practice next: Now run the play: inspect Bugbot's PR findings and approve only fixes that reproduce.
Simulated Cursor 3.12 (macOS, light) — beta educational reconstruction, not the real product.
Learn more
Full explanation
Bugbot review over a real diff
Learn more
Optional practice
Practice: Bugbot's /review table is a signal over the diff
QYou've applied it. What actually proves the work is done, not just a plausible answer?