What problem does it solve?
The /review skill helps you catch risky SQL/data-safety issues and unreliable LLM output patterns before code lands, so you don’t merge changes that could break security, correctness, or side-effect behavior.
Core Features & Use Cases
- Pre-landing PR review: Analyzes the diff against the base branch for SQL safety, trust-boundary violations, race/concurrency hazards, and enum/value completeness problems.
- Two-pass findings: Uses a critical pass for high-risk issues first (safety/trust), then an informational pass for secondary concerns like conditional side effects and test gaps.
- Actionable guidance: Produces Fix-First style outputs, applying obvious mechanical fixes automatically and batching ambiguous items for user input.
- Optional Greptile triage: When Greptile comments exist, it classifies them to help avoid duplicate work and improve the review signal.
Quick Start
Invoke this skill by typing /review when you want a pre-landing review of your current diff against the base branch.