Codity CLI
Test generation
Tests written for the change you just made, run, and repaired when they fail — pointed at any diff you can name.
Codity generates tests for the code you just wrote, writes them to disk when you are ready, and can run them locally with an autofix loop until they pass or hit your attempt limit.
Target staged changes, all uncommitted work, a commit, or a branch diff. Override the test command when your monorepo needs something custom.
codity/cli⌘K
codityrepo: payments-apimode: TEST
$ codity test-gen --fix --stagedWrote checkout.test.tsAttempt 1 fail · autofixing…✓ 12 passed
More of the CLI
- 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.
- Code reviewReview the working tree before it becomes a pull request.
- 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.

