What problem does it solve?
Pull requests often contain subtle bugs like SQL injection, race conditions, and LLM trust boundary violations that standard reviews miss, leading to production incidents and security breaches.
Core Features & Use Cases
- Two-Pass Diff Analysis: Scans git diffs against the base branch for critical issues (SQL safety, race conditions, shell injection, enum completeness) and informational issues (async mixing, column safety, dead code).
- Specialist Subagents: Delegates to parallel specialists for testing gaps, security flaws, performance bottlenecks, data migration risks, and API contract breaks.
- Greptile Integration: Fetches and triages automated review comments from Greptile, classifying them as valid, false positives, or already fixed, and replies with evidence-based responses.
- Fix-First Review: Auto-fixes mechanical issues like N+1 queries and magic numbers while escalating security and design decisions to human judgment.
Quick Start
Use the review skill to analyze the current branch diff against main and report any critical or informational issues found.