Fixed comparison point
The review target is frozen at an explicit reference. A missing reference or empty scope fails clearly — no reviewing a moving target.
WORKFLOW 04 / 05
Review a fixed diff or branch and report actionable findings.
Pin the review target: a diff, a branch merge-base, or current uncommitted work. A bad reference fails loudly instead of reviewing the wrong change.
Read the review request, project rules, the originating requirement, and tests — learn what the change was supposed to do.
Check eight axes independently: requirements, correctness, safety, design, readability, tests, documentation, and scope.
Order by impact. Every finding cites its location, evidence, and the smallest credible fix. Not a single file is edited.
The review target is frozen at an explicit reference. A missing reference or empty scope fails clearly — no reviewing a moving target.
Requirements, correctness, safety, design, readability, tests, documentation, and scope are checked one by one, never blurred together.
No edits, no commits, no pushes. Findings arrive ranked by severity with evidence; fixing is someone else’s job.