New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

korekt-cli

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

korekt-cli

AI-powered code review CLI - Keep your kode korekt

latest
Source
npmnpm
Version
0.13.7
Version published
Maintainers
1
Created
Source

Korekt CLI

npm version npm downloads license

AI-powered code review from your terminal.

Installation

npm install -g korekt-cli

Setup

kk config --key YOUR_API_KEY

Local Workflow

Review Your Changes

kk review main              # Review commits against main
kk stg                      # Review staged changes
kk diff                     # Review unstaged changes

Choose AI Model

kk review -m                        # Interactive model picker
kk review -m gemini-3-flash-preview # Direct selection

Available models (ranked by recommendation):

  • gemini-3-flash-preview - Most efficient, recommended for daily use
  • gemini-3.1-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 PR

Works with GitHub Actions, Azure Pipelines, and Bitbucket Pipelines.

Post to Ticket

kk review --post-ticket     # Posts findings to linked Jira/Azure ticket

Ticket IDs are automatically extracted from branch names and commit messages.

JSON Output

kk review main --json       # Machine-readable output

Environment Variables

export KOREKT_API_KEY="your-api-key"

Alternative to kk config --key. Config file takes precedence.

Help

kk --help
kk review --help

License

MIT - See LICENSE for details.

Keywords

code-review

FAQs

Package last updated on 02 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts