Codity CLI
Code review
A full review of the change under your fingers, before it ever becomes a pull request — read against the repository rather than against the diff alone.
Codity looks for bugs, edge cases, missing tests, and unclear diffs, then ranks findings by severity so you know what to fix first.
Review staged work, everything uncommitted, a specific commit, or the diff against a base branch.
Run a full review to also kick off security and code quality scans in parallel when you want a complete check before commit or PR.
codity/cli⌘K
codityrepo: payments-apimode: REVIEW
$ codity review --staged3 findings · 1 high · 2 mediumHIGH null check missing in charge()MED no test for refund path
--full also runs security + quality
More of the CLI
- Workspace chatAsk the repository questions, answered from its own code.
- Risk analysisScore the blast radius of a change before you merge.
- Security scanScan the diff for secrets, injection and dependency risk.
- Test generationGenerate tests for a change, then fix the ones that fail.
- DebugTurn a bug into a prompt an agent can act on.
- ClismithPlain English in, the shell command you meant out.
- PR & MR toolsList and resolve review comments without a browser.
- JIRAGround a review in the ticket it belongs to.
- Context & configProject context, team settings and bring-your-own-key.
- Interactive homeA live home screen for the repo you are standing in.
- Getting startedInstall, sign in, and index the repository.

