Ai Review banner
fatihkan fatihkan

Ai Review

AI community

Description

AI code review of the staged git diff via the Claude API. # Required Tools - Bash (badi ai review) # Prerequisite The ANTHROPIC_API_KEY environment variable must be set: ```bash export ANTHROPIC_API_KEY=sk-ant-... ``` Sign-up: https://console.anthropic.com/settings/keys # Procedure ### Step 1: Stage the Changes ```bash git add [files] ``` ### Step 2: AI Review ```bash badi ai review ``` The staged diff is reviewed with the Claude Haiku 4.5 model. A fast pass taking ~1-3 seconds. ### Step

Installation

Installs to ~/.claude/commands/fatihkan-badi-ai-review.md

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

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

Full documentation available on GitHub

View Source Repository