Pre-commit code review powered by AI. Catch bugs, security issues, and style problems before you commit.
Supports unified diff format
Catch SQL injection, XSS, and hardcoded secrets
N+1 queries, memory leaks, inefficiencies
Logic errors, null pointers, async issues
Clean code, design patterns, maintainability
Run git diff --staged before every commit to catch issues early. This web version gives you instant feedback without installing any hooks.
Want automated pre-commit hooks? Check out Husky + lint-staged for CI/CD integration.