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:

  • /review or /review localLocal mode
  • /review <pr_url> or /review <pr_number>PR mode
Related skills
Installs
1
GitHub Stars
3.2K
First Seen
11 days ago