What problem does it solve?
Pre-merge diffs are hard to vet because reviewers must juggle git metadata, contextual files, and targeted verification while obeying no-modification rules; this Skill centralizes that orchestration so every change is reviewed for quality, correctness, and production readiness before merge.
Core Features & Use Cases
- Input-mode aware guidance: Supports PR numbers or URLs, branch comparisons, and auto-detection, each with its own requirements gate for metadata extraction, user confirmation, and reference checking.
- Chunk-reviewer orchestration: Parses diffs, constructs chunk-wise git commands, and dispatches chunk-reviewers while locking the orchestrator to read targeted code, synthesize critiques, and enforce the “no raw git diff or file edits” guardrails.
- Verification safety guardrails: Enumerates allowed/forbidden context (git stats, CLAUDE.md, chunk results), enforces single-question dialogs for clarification, and keeps constraints such as direct code reading for findings verification and severity adjudication.
Quick Start
Ask the code-review skill to inspect the current diff so it can orchestrate chunk-reviewers, verify contexts, and synthesize the walkthrough before merge.