squad-review

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Squad Review

Fans out six independent reviewers in parallel against the pending branch changes, then assembles one markdown report with one section per reviewer.

Inspired by the "just do what ultrareview does" pattern: dispatch → collect → categorize. Cheaper, local, and fully under your control.

Pre-gathered Context

  • Branch: !git rev-parse --abbrev-ref HEAD
  • Branch diff stat vs main: !git diff main...HEAD --stat 2>/dev/null || echo "no diff vs main"
Related skills

More from nicknisi/claude-plugins

Installs
1
GitHub Stars
85
First Seen
4 days ago