review-changes
Installation
SKILL.md
Review code changes with a focused 3-agent team:
- Two senior engineers each review the changes independently, covering every focus area.
- They share findings, challenge each other, and converge on a consolidated list.
- A team lead receives the consolidated list and reports it back to the developer.
- PR mode (auto-detected when the argument is a PR URL or number): the team lead offers to post the findings as pending PR review comments.
- Local mode: the team lead shows the findings and asks which to address now. Selected findings are implemented by the same two engineers in auto mode.
Usage:
/review-changes— Local review againstmain/review-changes <branch>— Local review against<branch>/review-changes <PR-number>— Review the PR in the current repo/review-changes <PR-URL>— Review a PR by URL (use this for PRs in another repo)
Instructions:
-
Parse arguments and determine mode:
$1is the only argument.