Agent skill · openclaw

autoreview

Structured Codex, Claude, Amp, Pi, or Kimi code review when explicitly requested.

What it needs

About 10k tokens when loaded.

What this skill does

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 autoreview approval routing. Codex review is the default when no engine is set. It 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 is optional and uses claude-fable-5 by default. Amp review is optional and 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 codebase. Prefer root-cause fixes at the right ownership boundary. A coherent refactor is appropriate when it removes the bug class, duplicate policy, stale paths, or ownership confusion; do not default to a symptom patch. When an accepted finding exposes a bug class or repeated pattern, inspect its owner and relevant sibling implementations before fixing. Fix the same bug class across its owner-boundary neighborhood when practical; stop at unrelated invariants, different owners, and unapproved contract changes. Run one bounded review pass. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills openclaw/autoreview

View the source on GitHub

Browse the @skills marketplace