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