What problem does it solve? Code review before merging is where bugs like SQL injection, race conditions, and unvalidated LLM output slip through when reviewers are rushed. This Skill automates a structured pre-landing review of your branch's diff so structural problems get caught before the code lands. ## Core Features & Use Cases - Two-Pass Checklist Review: Runs a critical pass (SQL & data safety, race conditions, LLM output trust boundaries, enum completeness) followed by an informational pass (test gaps, dead code, performance, CI/CD issues). - Scope Drift & Plan Completion Audit: Compares the diff against TODOS.md, PR descriptions, and plan files to detect scope creep and missing requirements. - Greptile Comment Triage: Fetches, classifies, and replies to Greptile bot review comments on GitHub PRs with evidence-based responses. - Fix-First Workflow: Auto-applies mechanical fixes (dead code, N+1 queries, stale comments) and batches judgment calls into a single user question. - Use Case: Before merging a feature branch, run the review to get a report like "Pre-Landing Review: 5 issues (2 critical, 3 informational)" with file:line citations and suggested fixes. ## Quick Start Ask the assistant to review this PR or check my diff against the base branch before merging.