24 lines
848 B
Markdown
24 lines
848 B
Markdown
---
|
|
description: Run the adversarial review pass on demand — on the working tree, a commit range, or named files.
|
|
argument-hint: [what to review — defaults to uncommitted changes]
|
|
---
|
|
|
|
**ultrathink**
|
|
|
|
Scope: $ARGUMENTS
|
|
|
|
If no scope is given, review the uncommitted working tree (`git status`,
|
|
`git diff`).
|
|
|
|
Invoke **both** agents in parallel on that scope:
|
|
|
|
- `adversarial-reviewer`
|
|
- `claims-auditor` — unless nothing user-facing changed, in which case say so
|
|
|
|
Give them the diff and the relevant specs from `docs/`. **Do not brief them on
|
|
why the code is correct** — that anchors the review and turns it into agreement.
|
|
|
|
Report findings grouped by severity, most severe first. For each: the defect, the
|
|
concrete failure it produces, and the fix. Do not fix anything yet — Pouya
|
|
decides what gets addressed. Then ask what he wants done.
|