Ai Review Local banner
igerber igerber

Ai Review Local

AI community

Description

--- description: Run AI code review locally using Codex CLI or OpenAI API before opening a PR argument-hint: "[--backend auto|codex|api] [--context minimal|standard|deep] [--include-files <files>] [--token-budget <n>] [--force-fresh] [--full-registry] [--model <model>] [--timeout <seconds>] [--dry-run]" --- # Local AI Code Review Run a structured code review using either the **Codex CLI** (agentic, matches CI quality) or the **OpenAI Responses API** (single-shot, faster). Reviews changes again

Installation

Installs to ~/.claude/commands/igerber-diff-diff-ai-review-local.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/igerber/diff-diff/HEAD/.claude/commands/ai-review-local.md -o ~/.claude/commands/igerber-diff-diff-ai-review-local.md

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

Full documentation available on GitHub

View Source Repository