What problem does it solve? Code review before landing a PR often misses structural problems that tests do not catch, such as SQL safety issues, scope drift from the original plan, and incomplete implementations. This Skill automates a pre-landing review of your branch diff so problems surface before merge, not after. ## Core Features & Use Cases - Diff-Based Structural Review: Analyzes the current branch's diff against the detected base branch (GitHub, GitLab, or git-native fallback) for SQL safety, LLM trust boundary violations, and conditional side effects. - Scope Drift & Plan Completion Audit: Compares the diff against TODOS.md, PR descriptions, commit messages, and plan files to detect scope creep and missing requirements, classifying each plan item as DONE, PARTIAL, NOT DONE, or CHANGED. - Greptile Comment Triage: Fetches and classifies existing Greptile review comments as actionable, already fixed, false positive, or suppressed. - Use Case: Before merging a feature branch, run the review to get a scope check summary and a findings report covering structural issues, then decide whether to land or fix first. ## Quick Start Ask the assistant to review this PR or run a pre-landing review of my current branch diff.