Skip to main content

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

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

Removes local authentication (login and team key).

auth status

Shows authentication mode, email, token validity, organizations, trial status, and usage limits.

auth team-key

Authenticate using a shared team API key. Can also be set via the KODUS_TEAM_KEY environment variable.

auth team-status

Shows team authentication details (organization and team name).

auth token

Generates a CI/CD token for use in automated pipelines. Use with the KODUS_TOKEN environment variable.

kodus hook

Manage pre-push Git hooks for automatic code review before pushing.

hook install

hook uninstall

Removes the pre-push hook installed by Kodus.

hook status

Shows hook status, fail-on severity, fast mode setting, and path.

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

Removes all decision hooks. Preserved data in .kody/ is not deleted.

decisions status

Shows PR memory, sessions, last SHA, agent, and module config.

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

For full multi-agent bootstrap, prefer the platform installer (curl -fsSL https://review-skill.com/install | bash). kodus skills covers local re-sync and cleanup.

kodus status

Show a consolidated Kodus status: auth mode, organization, repository, hook, decisions, bundled skills, and CLI version.
Useful as a first diagnostic when something misbehaves or when onboarding a new machine.

kodus update

Update the Kodus CLI to the latest version from npm.
Resolves the correct global install command for your package manager (npm, yarn, pnpm, bun) and runs it. If an installer script was used, the CLI points you to the re-run command instead.

kodus subscribe

Opens the Kodus pricing/upgrade page in your browser.

Severity Levels

Issues are categorized by severity, from most to least critical:

Issue Categories