Codity CLI

Your reviewer lives in the terminal

One binary between git and the push: it reads the repository, not just the diff, and answers in the window you are already in.

Install once, run codity, and get a guided home screen that knows your repo state. Prefer scripts and CI? Every command also works headlessly with --json.

Every command area

Why teams use Codity

Ship with confidence

Catch bugs, vulns, and risky diffs before they hit main.

Stay in the terminal

No tab-switching to another dashboard for everyday work.

Meet developers where they are

Interactive menus for exploration, flags for power users, JSON for agents and pipelines.

Bring your own model

BYOK for OpenAI, Anthropic, and Google keys, encrypted and never echoed back.

Built for real workflows

Local-first diffs

Review, scan, test, and risk-check the change under your fingers, not only what already exists on a remote PR.

Interactive or scriptable

Explore with the TUI, or wire the same commands into CI and coding agents with --json.

Works with your stack

Git-based workflows, major VCS hosts, JIRA, and optional BYOK for the model providers you already trust.

One install, many jobs

Review, security, tests, chat, risk, debugging, and command generation in a single binary.

Command cheat sheet

codity
Interactive home
codity login / logout
Auth
codity init
Repo setup and context
codity review [--full]
AI code review
codity chat / index
Workspace chat and indexing
codity risk-analysis
Change blast-radius score
codity scan
Security scan
codity test-gen [--fix]
Generate and autofix tests
codity debug
Debug prompt for LLM agents
codity clismith "..."
Natural language to shell
codity pr comments|resolve
PR and MR comment tools
codity jira link|review
JIRA integration
codity context ...
Project AI context
codity config ...
Settings, PAT, BYOK LLM
codity doctor / usage / update
Health, limits, self-update

Shared diff sources for review, scan, test-gen, and risk-analysis: --staged · --all · --commit <sha> · --branch <base>