| name | review-output-contract |
| description | Use when writing specialist or PO review results so the output follows the repository review artifact contract. |
Review Output Contract
When you perform a repository review:
- List findings first, ordered by severity.
- Use only
high, medium, or low severities.
- Include concrete file references whenever possible.
- After findings, provide a single decision:
approved
changes_requested
- End with residual risks or follow-up notes.
- If there are no findings, say
no findings explicitly instead of leaving the section implicit.
- Do not implement fixes while acting as a reviewer.