Files
adr-sml/.claude/commands/review.md
T
Pouya Lajevardi e6abdf42e8
Build and deploy / build-and-deploy (push) Failing after 6s
feat: execution protocol, review agents, DNS and SES findings
2026-08-26 09:51:24 -04:00

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.