All skills
Skillintermediate
isolated 1
Run SOLID code review in isolated mode with independent sub-agents that have zero authorship bias.
Claude Code Knowledge Pack7/10/2026
Overview
Run SOLID code review in isolated mode with independent sub-agents that have zero authorship bias.
Two parallel reviewers: a code-reviewer sub-agent and pal codereview (external model). Produces a report organized by agreement level with corroborated findings highlighted.
Arguments: $ARGUMENTS
Invocation
If $ARGUMENTS is provided:
Treat $ARGUMENTS as a commit range or file scope for the review.
If $ARGUMENTS is empty: Review current unstaged changes (falling back to staged changes if no unstaged changes exist).
Process
Invoke the kk:review-code skill using the review-isolated.md workflow:
- Prepare Artifacts — Capture diff, locate spec context, detect language, resolve pal model, curate rejected approaches
- Spawn Reviewers (Parallel) — Launch
code-reviewersub-agent andpal codereviewin a single message - Annotate Findings — Merge duplicates, add author context annotations, note author-sourced observations
- Present Report — Organized by agreement level (corroborated → single-reviewer → author-sourced), ask user how to proceed
Examples
Review current changes:
/kk:review-code:isolated
Review a specific commit range:
/kk:review-code:isolated HEAD~3..HEAD