What problem does it solve? Catching structural bugs like SQL injection, race conditions, and unsafe LLM output handling before code lands is hard to do consistently by eye. This Skill automates pre-landing PR review by analyzing the diff against the base branch with a structured two-pass checklist and parallel specialist reviewers. ## Core Features & Use Cases - Two-Pass Diff Review: Runs a CRITICAL pass (SQL safety, race conditions, LLM trust boundaries, shell injection, enum completeness) followed by an INFORMATIONAL pass (async mixing, type coercion, CI/CD pipeline issues). - Parallel Specialist Subagents: Dispatches dedicated reviewers for testing gaps, maintainability, security, performance, data migrations, API contracts, and adversarial red-team analysis on large diffs. - Fix-First Workflow: Auto-applies mechanical fixes (dead code, N+1 queries, magic numbers) while batching judgment calls into a single structured user question. - Greptile Triage: Fetches, classifies, and replies to Greptile bot comments on GitHub PRs with evidence-backed responses and per-project suppression history. - Use Case: Before merging a feature branch, ask for a pre-landing review to get a terse report of critical and informational findings, with safe fixes already applied and risky ones queued for your decision. ## Quick Start Ask the agent to review this PR against the main branch before merging.