code-reviewer
Installation
SKILL.md
Determine Review Target
Remote PR: User provides a PR number or URL (e.g., "Review PR #123").
Local changes: User asks to "review my changes" or no PR is specified.
Review Workflow
For Remote PRs
- Checkout the PR branch.
gh pr checkout 123
- Run preflight checks to catch automated failures early.