--- description: Review the current uncommitted/git diff as pragent (local, interactive). Not used by the webhook. agent: pragent --- Review the current diff in this repository as pragent. The diff to review: !`git diff HEAD` Also review staged + recent uncommitted changes: !`git diff --cached` Inspect the surrounding code, run available linters/typecheck on the changed files, and produce the pragent findings: a short prose summary followed by the ```json findings block per the findings-schema skill. Output findings only — do not edit any files.