Codity plugs into the version control system you already use, then into the tickets, docs and agents around it, so reviews are requirement-aware instead of generic.
Turn any finding into a tracked issue from the comment itself, no copy-pasting, no context switching.
Create Issue opens an issue in the native platform: GitHub Issues, GitLab Issues, Bitbucket Issues, or an Azure DevOps work item.
Create Jira Ticket opens a Jira Task in your configured project, formatted in Atlassian Document Format with file path, vulnerability type, description and code suggestion.
Codity posts the Jira ticket URL back as a reply in the PR thread, so the link is visible to every reviewer.
Native issues need no extra configuration; the Jira button appears once Jira integration is set up.
Codity review, security scanning, PR triage and fix workflows inside Claude Code, backed by the Codity CLI.
/codity:review reviews local changes and helps fix findings.
/codity:fix applies Codity PR comments with approval before each fix.
/codity:check-pr waits for CI, reads review comments, and summarizes merge status.
/codity:loop runs review → fix → re-review until critical and high findings are cleared, up to 5 iterations.
Install with /plugin marketplace add codity-ai/codity-plugin then /plugin install codity@codity, and authenticate once with codity login in your own terminal.