crit
Installation
SKILL.md
Review with Crit
Review and revise code changes, plans, live pages (running dev servers, staging URLs), or local HTML files using crit for inline comment review.
crit opens a browser-based review surface where a human leaves GitHub-style inline comments, then writes them to a structured JSON file you read and act on.
Prerequisite
The crit binary must be on PATH. If it is missing, point the user at the install instructions in the crit README. GitHub PR sync additionally needs the gh CLI installed and authenticated.
Step 1: Pass arguments to crit
The CLI auto-detects the review mode from its arguments. Do not ask the user which mode to use. Pass arguments through:
Related skills