engineering · single agent
Code Review Agent
Make review comments an inspectable workflow.
- review
- quality
- engineering
How to watch
Play starts at Input. Each station works, then a labeled packet travels the wire.
On station · 5.2s · 0/0
Packets stay on the wire. This is a conceptual simulation, not a live model run.
What Code Review Agent does
A code review agent reads a diff, checks it against the stated intent, and reports issues. It does not merge. It does not silently rewrite the patch unless asked to suggest a fix.
The agent loads the diff and the task, inspects nearby code, looks for defects and missing tests, and writes comments. Conceptual simulation.
Workflow
Each step maps to a node in the lab above. and watch the packets travel.
- 01Input
Load the diff
Read patch and stated intent.
- 02Tool
Read nearby code
Open related files.
- 03Verify
Find issues
Intent mismatch, tests, secrets.
- 04Output
Write comments
Structured review.
Architecture
Review without merge rights.