Back to skills

review

development

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 dri

Setup & Installation

npx skills add https://github.com/garrytan/review --skill review
or paste the link and ask your coding assistant to install it
https://github.com/garrytan/review
View on GitHub

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