review

Installation
SKILL.md

Review

Review the change against the passes, then weigh them into a verdict.

If a referenced skill isn't available locally, fetch it from the open-review repo at runtime — the whole directory, subdirectories included. Use npx skills use elliottlawson/open-review@<name> if npx is available; otherwise fetch the directory from GitHub.

Scope

The change is the diff against the merge-base with the base branch (git diff origin/main...HEAD, or the base/range the caller gives). Confirm the ref resolves; if the diff is empty, say so and stop. Skip generated and vendored files.

Step 0 — Find the project's reference material

Find the project's standards and stack with /infer-conventions; use what it loads throughout the passes. If the project has no documented standards, say so in the verdict instead of inventing any.

Passes

Run in order: mission → architecture → implementation → craft → security → performance. Then weigh them into a verdict:

Installs
234
First Seen
Aug 5, 2026
review — elliottlawson/open-review