| 1 | --- |
| 2 | name: review |
| 3 | description: Read-only correctness review with actionable findings first, tight file/line evidence, severity, and a concise residual-risk summary. |
| 4 | invocation: model+user |
| 5 | aliases-for: code-review |
| 6 | --- |
| 7 | |
| 8 | # Review |
| 9 | |
| 10 | ## When to use |
| 11 | Use for correctness review of a diff, PR, or named change set. |
| 12 | |
| 13 | ## Non-goals |
| 14 | - Read-only by default. Do not edit unless asked. |
| 15 | - Do not bury findings under style nits. |
| 16 | |
| 17 | ## Workflow |
| 18 | 1. Establish the change scope. |
| 19 | 2. List findings by severity with file/line evidence. |
| 20 | 3. Call out residual risk and missing tests. |
| 21 | 4. End with a short merge/risk summary. |
| 22 |