korekt-cli
v0.13.4
Published
AI-powered code review CLI - Keep your kode korekt
Downloads
1,088
Maintainers
Readme
Korekt CLI
AI-powered code review from your terminal.
Installation
npm install -g korekt-cliSetup
kk config --key YOUR_API_KEYLocal Workflow
Review Your Changes
kk review main # Review commits against main
kk stg # Review staged changes
kk diff # Review unstaged changesChoose AI Model
kk review -m # Interactive model picker
kk review -m gemini-3-flash-preview # Direct selectionAvailable models (ranked by recommendation):
- gemini-3-flash-preview - Most efficient, recommended for daily use
- gemini-3-pro-preview - Best quality for complex reviews
- gemini-2.5-pro - High quality alternative
- gemini-2.5-flash - Legacy, avoid
Ignore Files
kk review main --ignore "*.lock" "dist/*"CI/CD Integration
Post to Pull Request
kk review --comment # Auto-posts findings to PRWorks with GitHub Actions, Azure Pipelines, and Bitbucket Pipelines.
Post to Ticket
kk review --post-ticket # Posts findings to linked Jira/Azure ticketTicket IDs are automatically extracted from branch names and commit messages.
JSON Output
kk review main --json # Machine-readable outputEnvironment Variables
export KOREKT_API_KEY="your-api-key"Alternative to kk config --key. Config file takes precedence.
Help
kk --help
kk review --helpLicense
MIT - See LICENSE for details.
