review
Installation
SKILL.md
Code Review Skill
Perform a comprehensive review of code changes. Supports two modes:
- Local mode (default): Reviews uncommitted changes + current branch's diff from master
- PR mode: Reviews a specific pull request by URL or number
The Job
Determine Review Mode
Parse the arguments to determine the mode:
/reviewor/review local→ Local mode/review <pr_url>or/review <pr_number>→ PR mode