1 min lesson
Build your own review skill and de-slop before the PR
Explain the practical point behind "Bugbot isn't the only reviewer you get."
Step 1 of 2
BugbotCursor's automated PR reviewer that posts inline findings and can push fix commits from isolated VMs. Press Enter for the full definition. isn't the only reviewer you get. You can codify your review step as a reusable skill and you can strip the most common AI failure patterns out of generated code before it ever reaches a PR. The discipline is to move quality controls earlier, not to lean harder on the last gate.
Why this matters now: agent-driven coding generates code at 10x-100x prior rates, so the bottleneck has shifted from writing code to reviewing it. There are far more PRs than humans can read line by line. The answer isn't to read faster. It's to layer cheap, repeatable quality controls in front of human review so the human reads a tight summary of what actually needs a decision, not three million unfiltered lines.