autoreviewlisted
Install: claude install-skill jamesblackwell/falcondeck
# Auto Review
Run the bundled structured review helper only when the user explicitly asks for autoreview, a second-model review, or one of its named review engines. This is code review, not Guardian `auto_review` approval routing.
OpenCode review with `zai-coding-plan/glm-5.3` is the repo-configured default when configured via `.agents/skills/autoreview/config.env`. Codex review uses `gpt-5.6-sol` with `high` reasoning by default, then retries once with `gpt-5.6-terra` only when the account cannot access Sol. Claude review uses `claude-fable-5` by default. Amp review uses `openai/gpt-5.6-sol` with `high` reasoning by default. Pi and Kimi use the model configured by their respective CLIs unless `--model` overrides it.
Do not invoke Autoreview automatically before a commit, push, PR, merge, deploy, or final reply. Repository or workflow rules may call it only when they explicitly name it.
## Contract
- Default output is P0 only: report issues worth blocking the current change
because they materially break the normal flow, outcome, or safety boundary.
Use `--max-priority P1`, `P2`, or `P3` only when the caller explicitly asks
for a wider review.
- Treat review output as advisory. Never blindly apply it.
- Verify every finding by reading the real code path and adjacent files.
- Read dependency docs/source/types when the finding depends on external behavior.
- Reject unrealistic edge cases, speculative risks, unrelated rewrites, and fixes that over-complicate the codeba