Getting Started
Install
- Skill Installer (Recommended)
- npm
- npx (No Install)
- curl
Installs the CLI and deploys the review skill to all detected AI agents (Claude Code, Cursor, Windsurf):
Requires Node.js >= 18.0.0.
Authenticate
You can start without an account — just run
kodus review. For full access, pick one:- Personal Login
- Team Key (Recommended for Teams)
Self-hosted? Point the CLI to your own API:HTTPS required (except localhost).
What You Can Do
Interactive Review
Browse files, preview fixes, and apply them one by one from your terminal.
Auto-fix
Apply all fixable issues at once with
--fix.AI Agent Integration
Use
--prompt-only to feed structured output to Claude Code, Cursor, or Windsurf for automated fix loops.Pre-push Hooks
Block pushes with issues above a severity threshold.
Decision Memory
Capture AI agent decisions as structured files in your repo.
PR Suggestions
Fetch Kody’s suggestions for open pull requests directly from the terminal.
Limits
| Trial (No Account) | Authenticated | |
|---|---|---|
| Reviews per day | 5 | Based on your plan |
| Files per review | 10 | 100 |
| Lines per file | 500 | — |
| Max diff size per file | 500 KB | 500 KB |
| Max content size per file | 2 MB | 2 MB |
kodus auth status to check your current usage.
Environment Variables
| Variable | Description |
|---|---|
KODUS_API_URL | API endpoint (default: https://api.kodus.io) |
KODUS_TEAM_KEY | Team key for shared access and AI agents |
KODUS_VERBOSE | Set to true for verbose output |
KODUS_SKIP_HOOK | Set to 1 to skip the pre-push hook |