Language: JapaneseEnglish

qodo Claude Code Plugin

Category
Development
Topics
Code Quality, Review & Testing · Claude Code Customization & Workflow · Security, Auth & Compliance
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-07-21 (UTC)
Source (GitHub) last updated
2026-07-12 (UTC) (9 days ago)

The explanation below is AI-generated. Please verify it against the sources.

qodo is a Claude Code plugin (Qodo Skills) that packages two agent skills for software development workflows: qodo-get-rules and qodo-pr-resolver. The qodo-get-rules skill runs a semantic search against Qodo's rule set to surface only the coding rules relevant to the current task, ranked by severity. The qodo-pr-resolver skill fetches Qodo's code review findings for the pull or merge request tied to the current branch, helps fix them interactively or in batch, and posts replies to each inline comment. Using these skills requires a Qodo API key stored in a local configuration file, plus provider-specific CLI tools for GitHub, GitLab, Bitbucket, Azure DevOps, or Gerrit depending on which git host is in use.

About the service

Qodo Platform is the external service the skills connect to; it stores an organization's coding rules and code review results and is accessed via an API key, with optional settings for a staging environment or a self-hosted API URL.

What you can do with qodo

  • Run qodo-get-rules to pull task-relevant coding rules ranked by severity before writing, editing, or refactoring code
  • Run qodo-pr-resolver to retrieve Qodo's review comments on the current branch's PR/MR
  • Fix flagged issues interactively or in batch and have replies posted to each inline comment
  • Configure an API key, environment name, or custom API base URL to reach Qodo Platform
  • Work across GitHub, GitLab, Bitbucket, Azure DevOps, or Gerrit using each provider's CLI tool

Sources

History of qodo

  • Claude Code Plugin Renamed qodo-skills to qodo

Back to list