Setup & Installation
What This Skill Does
Pre-landing PR review that analyzes a branch's diff against the base branch. Checks for SQL safety, race conditions, LLM trust boundary violations, enum completeness gaps, test coverage, and scope drift. Classifies findings as auto-fixable or needing user input, then handles each accordingly. Runs structural checks that test suites skip entirely — race conditions, enum completeness, LLM trust boundaries — and auto-fixes mechanical issues before they reach human code review.
When to use it
- Working with review functionality
- Implementing review features
- Debugging review related issues
