What problem does it solve?
It helps you avoid risky SQL, unsafe LLM-driven behavior, and other structural issues before you merge code, so you don’t ship problems that tests might miss.
Core Features & Use Cases
- Diff-focused safety review: Analyzes changes against the base branch for SQL safety, LLM trust-boundary violations, conditional side effects, and concurrency/race-condition hazards.
- Two-pass checking: Runs critical checks first, then informational checks to catch smaller but still meaningful problems.
- Design review when frontend is touched: Adds a lightweight UI/UX pass for changed frontend files when applicable.
- Optional Greptile triage: Incorporates prior line-level comments when available to reduce duplicate work and support escalation detection.
Quick Start
Ask your agent to run /review when you want a pre-landing review of a PR diff (for example, when you say “review this PR” or “check my diff”).