What problem does it solve? Catching structural defects before code lands is hard under time pressure. This Skill performs a pre-landing review of your diff against the base branch, flagging SQL safety risks, LLM trust boundary violations, conditional side effects, and other structural problems before they reach production. ## Core Features & Use Cases - Pre-landing PR review: Analyzes the diff against the base branch for SQL safety, LLM trust boundary violations, and conditional side effects. - Structured decision workflow: Uses AskUserQuestion decision briefs with recommendations, tradeoffs, and completeness scoring to resolve review findings. - Session context recovery: Loads prior review history, checkpoints, and learnings so repeat reviews build on past findings. - Use Case: Before merging a feature branch, ask for a review of your diff. The Skill inspects the changes, flags unsafe SQL or prompt-injection-prone LLM boundaries, and walks you through each finding with a recommended fix. ## Quick Start Ask the assistant to review this PR against the base branch before merging.