Global Flags
These flags are available on all commands:kodus review
Analyzes modified files for code quality issues, bugs, security vulnerabilities, and style violations.
Usage
Flags
Review Modes
- Interactive (Default)
- Auto-fix
- AI Agent
Navigate files with issue counts, preview suggested fixes, and apply them one by one.
kodus pr suggestions
Fetch AI-powered suggestions for open pull requests.
Usage
Flags
kodus pr business-validation
Validate a local diff against the business rules/acceptance criteria of a task. Useful before merging to confirm the implementation matches the task intent.
Usage
Flags
kodus auth
Manage authentication with the Kodus API.
auth login
auth logout
auth status
auth team-key
KODUS_TEAM_KEY environment variable.
auth team-status
auth token
KODUS_TOKEN environment variable.
kodus hook
Manage pre-push Git hooks for automatic code review before pushing.
hook install
hook uninstall
hook status
Skipping the Hook
kodus decisions
Capture and persist AI agent decisions into your repository for future reference. Decisions are stored as structured markdown in .kody/.
decisions enable
decisions disable
.kody/ is not deleted.
decisions status
decisions show
decisions promote
Promotes PR-level decisions to long-term module memory.
kodus config centralized
Manage centralized configuration from the CLI.
Usage
Subcommands
Flags
For a complete walkthrough, see: /how_to_use/en/code_review/configs/centralized_config#cli-dedicated-section
kodus config repo
Inspect and update repository settings stored in Kodus. Team-key auth is required. Use . to target the current repository.
kodus config repo and kodus config remote are aliases for the same command group.Usage
Subcommands
Flags
kodus rules
Create, update, and view Kody Rules — structured rules that Kodus applies during review.
Usage
Subcommands
rules create Flags
rules update Flags
rules view Flags
kodus skills
Inspect and install the agent skills bundled with the CLI (Claude Code, Cursor, Codex).
Usage
Subcommands
Flags
kodus status
Show a consolidated Kodus status: auth mode, organization, repository, hook, decisions, bundled skills, and CLI version.
kodus update
Update the Kodus CLI to the latest version from npm.
npm, yarn, pnpm, bun) and runs it. If an installer script was used, the CLI points you to the re-run command instead.