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
Related skills
More from brave/brave-core
clean-branches
Delete local branches whose PRs have been merged upstream. Checks GitHub PR
2pr
Create a pull request for the current branch using `gh`.
1prs-reviewed
Get PRs a user reviewed on brave/brave-core. Shows PR number, title, author,
1fix-bp-docs
Audit and fix best practices docs for stale references, duplicates, obsolete
1preflight
Run all preflight checks (format, gn_check, presubmit, build, tests) to make
1review-prs
Review PRs in the configured PR repository for best practices violations.
1