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

  1. 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
  2. Read all changed files in full before reviewing. Understand the existing patterns, not just the diff.

  3. Review each dimension below. For each finding, cite the file and line.

Review Dimensions

1. Test Gaps

Installs
11
GitHub Stars
7
First Seen
Mar 8, 2026
cmd-pr-sweep — olshansk/agent-skills