Precheck

Use when user has drafted file content that is NOT on disk yet and wants a reviewer verdict before writing — explicit phrases like "would this pass review?", "check before I save", "will this be accepted?" with content not yet persisted. Costs 1 LLM call per rule. If the user references an existing file ("does this file pass", "check src/foo.ts") use autoreview:review instead — precheck requires unsaved draft content (pasted, or pointed at via `--content-file`). For plain "I'm about to edit file X", use autoreview:context (free) — don't precheck every edit. Skip when no `.autoreview/` exists — use autoreview:setup first.

krzysztofdudek 44e59ed 2.7 KB Updated

File contents

krzysztofdudek/autoreview/tree/main/skills/precheck commit 44e59ede04

Frequently asked questions

npx skillmds@latest add krzysztofdudek/precheck