gitl-cli
v0.6.2
Published
AI review of git commits with risk scoring, changelogs, and multi-repo digests. npm wrapper that downloads the prebuilt gitl Go binary from GitHub Releases.
Maintainers
Readme
gitl-cli (npm wrapper)
npm wrapper for gitl — an AI-powered git
history reviewer written in Go: AI review of commit ranges with risk scoring
(low|medium|high) for CI gating, Keep a Changelog-style changelogs, and
multi-repo activity digests. BYOK, multi-provider (OpenAI-compatible, Ollama,
Azure OpenAI, Anthropic, Gemini), no telemetry.
This package contains no code of its own: on install it downloads the
prebuilt gitl binary for your platform from the project's GitHub
Releases and verifies its SHA256 checksum.
npx gitl-cli review HEAD~5..HEAD
# or install globally — puts the `gitl` command on your PATH
npm install -g gitl-cli
gitl review HEAD~5..HEADFull documentation, configuration reference, and sources: https://github.com/akomyagin/gitl.
License: MIT.
