Kodus CLI

Install the Kodus CLI and bundled skills for Claude Code, Cursor, Codex, Windsurf and other supported agents from a single source of truth.

Installation

The installer updates @kodus/cli globally and installs bundled skills into detected local agent roots.

Alternative: npm install -g @kodus/cli then kodus skills install.

Core Commands

kodus review

Review local changes, gate commit or merge readiness, and optionally emit prompt-friendly output for agents.

--prompt-only --staged --commit <sha> --branch <name> --fast --agent
kodus pr suggestions

Fetch and triage PR suggestions from Kodus for an existing remote PR, with structured output for skills and automation.

--pr-url <url> --pr-number <n> --repo-id <id> --fields <csv> --agent
kodus skills install

Sync bundled Kodus skills into supported agent roots already present on the machine.

install sync resync uninstall --dry-run

Supported Tools

Claude Code
Cursor
Codex
Windsurf
OpenCode
Goose
Gemini CLI
Kilo Code
Roo Code
AiderDesk
Agents
More local roots

How It Works

1

Single installer

One install source updates the CLI and deploys bundled Kodus skills without depending on the old review-skill repository.

2

Agent-friendly output

Use --agent, kodus schema and --fields to make CLI usage predictable for skills, CI and thin MCP layers.

3

Local and remote review flows

Use kodus review for local diff review and kodus pr suggestions for remote PR suggestion resolution.