Code Review
Review the current changes as a principal engineer. Do not modify any files during this review.
Step 1: Get the diff
git diff --staged
If nothing staged:
git diff HEAD
If the diff is empty → tell the user and stop.
Step 2: Spawn the reviewer agent
Spawn the reviewer agent to perform the review in isolation. Pass:
- The full diff (output of Step 1)
- The list of changed files
The reviewer agent will read full file context for each changed fi
[Description truncada. Veja o README completo no GitHub.]