by @charon-fan
Reviews pull requests and code changes for quality, security, and best practices. Use when user asks for code review, PR review, or mentions reviewing changes.
A comprehensive code review skill that analyzes pull requests and code changes for quality, security, maintainability, and best practices.
This skill activates when you:
Get changed files
git diff main...HEAD --name-only
git log main...HEAD --oneline
Get the diff
git diff main...HEAD
Understand project context
Use this structured format for review ...