Skip to content

flawless

Ship branches through a quality gate, without the ceremony. One binary validates your branch in an isolated worktree — agent review, tests, lint — then pushes it and opens the PR.

Zero setup

No daemon, no hooks, no gate repository, no init wizard. Install one binary, cd into any repo, type flawless. Configuration exists, but you don’t need any of it to start.

Your work stays untouched

Every run happens in a disposable git worktree. Your checkout, your branch and your uncommitted changes are never modified — the only thing that leaves your machine is a validated branch.

Agent-reviewed, human-ruled

Your coding agent (Claude Code, Codex, or any CLI) reviews the diff, fixes what’s mechanical, and stops for you when judgment is needed. Nothing blocking ships without your explicit say-so.

Honest engineering

A single static Go binary with zero runtime dependencies and zero telemetry. State is plain JSON files inside .git — read them with cat if you like.