# Local Code Review

> Working-tree (uncommitted diff) code review with cross-model adversarial pass — Gemini reviews, Codex challenges false positives, surviving findings get applied. Use BEFORE commit. For PR-level review, use the official `/code-review:code-review` plugin instead. Use when this capability is needed.

- Skill: `tomevault-io/local-code-review` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/local-code-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/local-code-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/local-code-review

---


# Local Code Review: $ARGUMENTS

> **Scope**: working-tree only — uncommitted edits in your active session. For pull-request review use the official `/code-review:code-review` plugin command (it fans out 5 parallel Sonnet agents + Haiku confidence-scoring and posts back via `gh pr comment`).

## Parse Arguments

The user provides one of:

1. **No args or "diff"**: Review only files changed since last commit (`git diff --name-only` + `git diff --cached --name-only`)
2. **"all"**: Review all staged + unstaged changes
3. **Specific files**: `scripts/build/v7_build.py scripts/build/linear_pipeline.py`

## Execute

Read and follow the full local code review checklist at [`local-code-review-checklist.md`](local-code-review-checklist.md).

## Output

Print a structured report to the conversation. Do NOT write a file unless specifically asked.

---
> Source: [learn-ukrainian/learn-ukrainian.github.io](https://github.com/learn-ukrainian/learn-ukrainian.github.io) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-16 -->

