engineer-review
Installation
SKILL.md
/engineer-review — Multi-Agent Code Review
Launch parallel specialist reviewer agents to comprehensively review code changes. Each reviewer focuses on one domain and reports findings independently.
When to Use
- User says "review this", "code review", "review my PR"
- After completing
/engineer-work - Before merging a feature branch
Process
Step 1: Scope the Review
Determine what to review:
- If a PR number is provided:
gh pr diff [number] - If on a feature branch:
git diff main...HEAD - If
$ARGUMENTSspecifies files: review those files