Review
Review an implementation independently against its issue and repository standards.
review evaluates the change from a fixed point on two separate axes.
| Axis | Question |
|---|---|
| Spec | Does the implementation satisfy the issue without missing behavior or scope creep? |
| Standards | Does it follow repository rules and remain maintainable? |
The result is PASS or CHANGES REQUIRED for each axis. Findings include exact
file and line references and remain separate from optional improvements.
Review does not prove runtime behavior.
/review issue 123 since origin/main