Heavy3 Code Audit (/h3)

April 26, 2026 · View on GitHub

View Landing Page | heavy3.ai

Multi-model consensus code review for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity.

100% Free and Open Source (MIT License) - BYOK via OpenRouter.

Modes

ModeCostCommand
Free$0.00/h3 --free
Single~$0.01/h3
Council (3 models)~$0.10/h3 --council

Quick Start

git clone https://github.com/heavy3-ai/code-audit.git
cd code-audit && mkdir -p ~/.claude/skills && ln -sf "$(pwd)/skill" ~/.claude/skills/h3
pip install requests
echo 'OPENROUTER_API_KEY=your-key-here' > ~/.claude/skills/h3/.env

Get your free API key at openrouter.ai/keys

Windows? See docs/INSTALL-WINDOWS.md

Usage

/h3                # Smart detect: uncommitted changes → plan → ask
/h3 --council      # 3-model review (GPT + Gemini + Grok)
/h3 --free         # Free model
/h3 pr 123         # Review PR #123
/h3 plan.md        # Review a plan file
/h3 HEAD~3..HEAD   # Review last 3 commits

Council Mode

3 specialized reviewers with web search:

RoleModelFocus
CorrectnessGPT 5.5Bugs, logic, edge cases
PerformanceGemini 3.1 ProN+1, memory, scaling
SecurityGrok 4Vulnerabilities, auth

Docs

License

MIT License - see LICENSE