Gitwarren App — Code Quality skill for Claude Code
Code review for your own machines and your own agents.
How to install Gitwarren App
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open klarluft/gitwarren-app and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Gitwarren App does
Code review for your own machines and your own agents. Reviews live where the code does — reached over SSH, WSL or your own tailnet. Desktop app or just a browser tab. No server, no account.
Alternatives in Code Quality
- Open Code Review — /open-code-review 21.5k ★
- Code Quality Review — Review code quality in: $ARGUMENTS 5.8k ★
- Ars Lit Review — ARS academic-paper lit-review mode — annotated bibliography in paper format 4.5k ★
README
GitWarren
**[gitwarren.com](https://gitwarren.com)** — the official site, with downloads for macOS, Windows and Linux. On macOS there is also a Homebrew cask:
brew install --cask klarluft/tap/gitwarren
There is a command line too, which serves the same review UI in a browser instead of an Electron window — for a machine that will not have the app on it, or one with no screen at all:
npx gitwarren serve # anywhere Node is
brew install klarluft/tap/gitwarren-cli # macOS and Linux, brings its own Node
See [The `gitwarren` command line](#the-gitwarren-command-line).
Code review for your own git repositories, on your own machines. Your machines, your agents, no one else's server — and no account.
It runs as a desktop app on macOS, Windows and Linux, or as a command that serves the same review UI into a browser tab. Same renderer either way; the shell is the only thing that differs. A machine with no screen at all — a VPS, a WSL distro, a box an agent works on — runs the headless half and is reviewed from somewhere else.
Reviews live on the machine the code is on, and stay there. GitWarren reaches your other machines over SSH, over `wsl.exe`, or over your own tailnet, and nothing is replicated, relayed or stored anywhere but the computers you already own. See [Your other machines](#your-other-machines).
Built for the moment a coding agent — Claude Code, Codex, or anything else that edits files on your disk — has just finished, and its work is sitting in your worktree uncommitted. Read that diff here, on your own machine, before it becomes a commit.
Tell GitWarren which local git repos
Related Skills
Web Check
Run the web app's e2e matrix — every paper format × tab × export — to verify review/revise flows without manua
Sentry Code Review
Perform code reviews with Sentry patterns
iOS Code Review
Claude Code plugin: senior iOS code review agent simulating both Apple App Review and a senior Apple platform
Claude Code T8
claude code opensource and support OpenAI-compatible format,ollmama,desktop mode
Workflow Eval
Evaluate the workflow — deterministic lint over the instruction files plus an optional scored live run of /new
Paranoia
Local MCP server for cross-agent adversarial code review — Claude Code and Codex CLI critique each other's wor
Related Agents
Game Tester
QA tester for EOB1 ScummVM CHT fan translation. Drives scummvm headlessly in WSL Xvfb (no window appears on Wi
Gsd Dom Verifier
Verifies live-DOM acceptance criteria for a completed execution wave using a browser MCP server. Writes DOM-VE
E2e Test Writer
E2E spec author — explores a live app via Playwright MCP (browser_snapshot → interact → assert), authors durab
