What problem does it solve? Code review before merging often misses structural problems that tests do not catch, such as SQL safety issues, LLM trust boundary violations, conditional side effects, and scope drift where the branch does not match the stated plan. This Skill automates a pre-landing review of the current branch's diff against the base branch so these issues surface before code is merged. ## Core Features & Use Cases - Diff-Based Structural Review: Detects the git hosting platform (GitHub or GitLab), resolves the base branch, and analyzes the diff for SQL safety, trust boundary violations, and conditional side effects. - Scope Drift Detection: Compares the stated intent from TODOS.md, PR descriptions, and commit messages against the actual files changed to flag scope creep and missing requirements. - Plan Completion Audit: Discovers the relevant plan file, extracts actionable items, and classifies each as DONE, PARTIAL, NOT DONE, or CHANGED with evidence from the diff. - Use Case: Before merging a feature branch, ask for a review and receive a structured report covering plan completion, scope drift, and structural code issues with file and line references. ## Quick Start Ask the assistant to review this PR or check my diff before merging the current branch.