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 merge. ## Core Features & Use Cases - Pre-Landing Diff Analysis: Analyzes the current branch diff against the base branch for SQL injection risks, unsafe handling of LLM-generated content, and hidden conditional side effects. - Session-Aware Workflow: Detects interactive, headless, spawned, and Conductor sessions, adapting prompts and decision briefs so reviews work in CI, orchestrators, and local terminals. - Decision Briefs with Recommendations: Presents review findings as structured decision briefs with ELI10 explanations, completeness scores, and clear recommendations. - Use Case: Before merging a feature branch, ask for a review and receive a structured report of structural issues in the diff, with recommended fixes, so nothing unsafe ships. ## Quick Start Ask the agent to review this PR before merging and address any flagged issues in the diff.