What problem does it solve? Code review catches what tests miss: SQL injection risks, race conditions, LLM trust boundary violations, and scope drift. This Skill automates pre-landing PR review so solo founders ship without a second pair of eyes. ## Core Features & Use Cases - Two-Pass Diff Analysis: Runs a critical pass (SQL safety, race conditions, LLM output trust, enum completeness) and an informational pass (dead code, test gaps, performance, CI/CD issues) against the branch diff. - Scope Drift & Plan Completion Audit: Cross-references 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 with evidence-backed responses and suppression history. - Conditional Design Review: Applies a design checklist (AI slop detection, typography, spacing, interaction states) when frontend files change. - Use Case: Before merging a feature branch, run the review to auto-fix mechanical issues (dead code, N+1 queries, magic numbers) and get batched questions on judgment calls like security or race conditions. ## Quick Start Ask the assistant to review this PR or check my diff against the base branch before merging.