Getting Started
Set up Commit Guard and run the first review.
These steps mirror the current product behavior in IntelliJ and cover the optional terminal path without mixing in unsupported setup.
Setup steps
- Install Commit Guard from JetBrains Marketplace and restart IntelliJ if prompted.
- Open
Settings | Tools | Commit Guard | Providersand configure your AI provider. - Open the
Commit Guardtool window. - Select a review scope such as pending changes, local commits, or a folder scope.
- Click
Reviewto run the workflow and inspect findings, workflow steps, and the generated report.
Provider setup
Provider availability depends on your edition.
- Community: local review with
Ollama CLI - Platinum: local and supported cloud providers
Optional setup
- Choose a default commit-message template in
Settings | Tools | Commit Guard | Commit Rules. - Platinum users can generate commit messages from the IntelliJ commit flow.
- In
Advanced, enable the repo sidecar and terminal commit gate if you want terminal commits to run through the managed hook path.
Terminal note
Terminal commit-message prefills only happen when the managed hooks are installed for that repo, IntelliJ is open on the same repository, and the commit message is blank.