AI code review from the terminal — built for Claude Code, Cursor, and 20+ agents
<!-- TODO: Add banner image/logo here --> <h1 align="center">Kodus CLI</h1> <p align="center"> <strong>Catch bugs before they reach your pull request — AI code review from the terminal.</strong> </p> <p align="center"> <a href="https://www.npmjs.com/package/@kodus/cli"><img src="https://img.shields.io/npm/v/@kodus/cli.svg" alt="npm version"></a> <a href="https://www.npmjs.com/package/@kodus/cli"><img src="https://img.shields.io/npm/dm/@kodus/cli.svg" alt="npm downloads"></a> <a href="https://github.com/kodustech/cli/blob/main/LICENSE"><img src="https://img.shields.io/github/license/kodustech/cli" alt="license"></a> <a href="https://github.com/kodustech/cli"><img src="https://img.shields.io/github/stars/kodustech/cli" alt="stars"></a> <a href="https://nodejs.org"><img src="https://img.shields.io/badge/node-%3E%3D20-brightgreen" alt="node version"></a> </p> <p align="center"> <a href="https://kodus.io">Website</a> · <a href="https://app.kodus.io">Sign Up</a> · <a href="https://github.com/kodustech/cli/issues">Issues</a> </p> --- ```bash yarn global add @kodus/cli ``` --- ## Quick Start ```bash # 1. Install yarn global add @kodus/cli # 2. Authenticate (or skip for trial mode — no account needed) kodus auth login # 3. Review your code kodus review ``` That's it. Kodus analyzes your changes, finds issues, and lets you fix them interactively — or auto-fix everything at once with `kodus review --fix`. <!-- TODO: Add demo GIF showing interactive review in action --> ## What It Does ### Code Review Analyze local changes, staged files, commits, or branch diffs. Kodus finds bugs, security issues, performance problems, and style violations — then suggests fixes with real code. ```bash kodus review # Review working tree changes (interactive) kodus review --staged # Only staged files kodus review --branch main # Compare against a branch kodus review --fix # Auto-apply all fixable issue
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.