review-changes

Installation
SKILL.md

Review code changes in two modes: local branch review or PR review.

Usage:

  • /review-changes — Compare current branch against main (solo review)
  • /review-changes <branch> — Compare current branch against specified branch (solo review)
  • /review-changes --team — Compare current branch against main with a team of 8 specialist agents
  • /review-changes --team <branch> — Compare against specified branch with a team
  • /review-changes <PR-number> — Review PR in current repo (solo review)
  • /review-changes <PR-number> <owner/repo> — Review PR in specific repo (solo review)
  • /review-changes <PR-URL> — Review PR by URL (solo review)
  • Add --team to any command above to spawn a specialized review team instead of reviewing solo
  • Add --headless to any command above for fully autonomous execution (a challenger agent validates findings instead of asking the developer)

Instructions:

  1. Parse arguments and determine mode:

    Scan $1, $2, $3 for flags (--team, --headless). The first non-flag argument is the target argument; the second non-flag argument (if any) is the extra argument (used as owner/repo in PR mode).

Related skills

More from morphet81/cheat-sheets

Installs
77
First Seen
Apr 7, 2026