| name | repository-review |
| description | Review a repository change for correctness, security, and maintainability. |
Repository review
Review the diff in this order:
- Restate the behavior the change is meant to provide.
- Trace authority boundaries, validation, persistence, and cleanup paths.
- Check failure behavior, concurrency, stale state, and partial completion.
- Check macOS, Linux, Windows, and remote-workspace assumptions.
- Run focused tests before broader quality gates.
- Report findings by severity with file and line evidence.
Prefer a small reproducible test over a speculative warning. If no issue remains, state which risks were checked.