---
title: "isolated 1"
description: "Run SOLID code review in isolated mode with independent sub-agents that have zero authorship bias."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/isolated-1
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:30:19.177Z
license: CC-BY-4.0
attribution: "isolated 1 — Claudary (https://claudary.paisolsolutions.com/skills/isolated-1)"
---

# isolated 1
Run SOLID code review in isolated mode with independent sub-agents that have zero authorship bias.

## 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:

1. **Prepare Artifacts** — Capture diff, locate spec context, detect language, resolve pal model, curate rejected approaches
2. **Spawn Reviewers (Parallel)** — Launch `code-reviewer` sub-agent and `pal codereview` in a single message
3. **Annotate Findings** — Merge duplicates, add author context annotations, note author-sourced observations
4. **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
```

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/isolated-1) · https://claudary.paisolsolutions.com
