Get CommitGuard running in under 60 seconds. No config files, no setup - just install and commit for free.
CommitGuard now runs automatically on every commit. That's it (Also will automatically work with VSCode and other git integrations)!
commitguard initInstall git hooks in your current repository
$ commitguard init ✓ CommitGuard hooks installed successfully
commitguard listShow all installed hooks in the current repository
$ commitguard list Installed hooks: • pre-commit
commitguard removeRemove CommitGuard hooks from the current repository
$ commitguard remove ✓ CommitGuard hooks removed
commitguard keysManage your global API key for AI-powered analysis
$ commitguard keys Current API key: sk-ant-***************
commitguard pre-commitManually run pre-commit check (automatically used by git hook)
$ commitguard pre-commit ✓ Commit passed all checks
.git/hooks/git commit --skip in your commit message (Obvioulsy it is auto removed ;). If you use git in your terminal you will be auto-prompted to bypass if you want.Make sure you're in a git repository and that hooks are installed:
$ commitguard list Use the standard git bypass flag:
$ git commit --no-verify -m "Emergency hotfix" Remove from a specific repo:
$ commitguard remove Uninstall globally:
$ npm uninstall -g commitguard