cmd-pr-sweep
Installation
SKILL.md
Code Review Sweep
Review all recent changes (staged, unstaged, or a specified branch diff) across five dimensions. Focus on actionable findings — skip nitpicks.
Instructions
-
Identify the change scope — ask the user if unclear:
- Uncommitted changes:
git diff HEAD - Branch diff:
git diff main...HEAD - Specific files: user-provided list
- Uncommitted changes:
-
Read all changed files in full before reviewing. Understand the existing patterns, not just the diff.
-
Review each dimension below. For each finding, cite the file and line.