1
Install
- Skill Installer (Recommended)
- npm
- npx (No Install)
- curl
Installs the CLI and deploys Kodus skills to all detected AI agents (Claude Code, Cursor, Codex, Windsurf):
Requires Node.js >= 20.0.0.
2
Authenticate
Pick the path that matches your situation. You can also skip auth and run Confirm the auth state:
kodus review directly — it works in trial mode with daily limits.- Solo developer
- AI agent
- CI/CD
Sign in with a personal account:Tokens are stored in
~/.kodus/credentials.json and auto-refreshed.Self-hosting Kodus? Point the CLI to your API before authenticating:HTTPS is required except for
localhost.3
Run your first review
Inside any git repository with uncommitted changes:The CLI analyzes your working tree diff, prints a summary, and (in interactive mode) lets you browse file-by-file, preview suggested fixes, and apply them.Common variations:
4
Choose what's next
Depending on your goal:
Automate on every push
Install the pre-push hook with
kodus hook install.Run reviews in CI
GitHub Actions, GitLab CI, and generic pipeline examples.
Plug into an AI agent
Feed
--prompt-only into Claude Code, Cursor, or Codex for autonomous fix loops.Configure the repo
Manage ignored files, base branches, and review settings from the CLI.
Environment Variables
These env vars configure the CLI across all commands.
For self-hosted setups, tokens, and Cloudflare Access, see Self-Hosted Setup.