Skip to lesson
Exit
Review local changes with agent review1 / 1

2 min lesson

/agent-review over local changes

Run Agent Review on one local diff, reproduce each finding and rerun the checks after a fix.

Check your understanding

Complete the practice "Run Agent Review on a finished local diff".

Outcome: The keyboard check passes, and the final diff contains only the confirmed keyboard fix.

Run Agent Review on a finished local diff
/agent-review over local changes
SayRun /agent-review. Use Quick because this diff is small and focused.
DoSend the staged review command.
SeeAgent Review starts over the finished local diff.
DoRead the whole findings table. Use the keyboard to test the recent items, then measure the five-item slice.
SeeThe keyboard check fails. The five-item slice has no measured performance problem.
SayFix the keyboard issue.
DoAnswer the fix offer with only the finding that reproduces.
SeeAgent replaces the clickable div elements with buttons and leaves the memoization suggestion as a dismissed note.
DoWatch the fix land, rerun the keyboard check and inspect the final diff.
SeeThe keyboard check passes, and the final diff contains only the confirmed keyboard fix.
Learn more

Optional practice

Test yourself on /agent-review over local changes

QWhat should be true when you finish the Agent Review practice?

Finish the check to continue.