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
Installs
7
GitHub Stars
3.5K
First Seen
May 2, 2026
review — brave/brave-core