What problem does it solve?
This Skill helps you review code changes on the current branch, a different branch, or a pull request by guiding workspace setup and producing structured findings you can act on.
Core Features & Use Cases
- Branch/PR resolution: Accepts no input, a PR number/URL, or natural-language branch intent and resolves it to a concrete target branch.
- Workspace-first safety: Enforces that reviews only happen in the correct worktree, creating an isolated review workspace when needed.
- Structured review output: Produces consistent sections for Critical, Suggestions, and Good, plus a clear verdict and next-step prompts.
Quick Start
Use the review skill by invoking /review while on the target branch to generate a structured code review of the changes relative to main (or the PR base branch).