Slice Review banner
southpointtech southpointtech

Slice Review

Git community

Description

--- description: Run a multi-agent code review over a local diff (no PR or remote required) and report findings by severity with a confidence pass that filters false positives. Use as step 1 of the review-loop, or standalone to review a finished slice. argument-hint: [diff range — a bare ref from the review marker, or e.g. main...HEAD; or --coherence for the whole-slice coherence pass; defaults to the unreviewed delta from the marker] --- # Slice Review An agent-invocable code reviewer for **l

Installation

Installs to ~/.claude/commands/southpointtech-bootstrap-skills-slice-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/southpointtech/bootstrap-skills/HEAD/.claude/commands/slice-review.md -o ~/.claude/commands/southpointtech-bootstrap-skills-slice-review.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository