Language: 日本語English

qodo-skills Plugin

Category
Development
Topics
Code Quality, Review & Testing · Claude Code Customization & Workflow · Security, Auth & Compliance
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

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

Qodo Skills is a library of two reusable Agent Skills—qodo-get-rules and qodo-pr-resolver—that bring Qodo's code review and coding-rule capabilities into AI coding agents such as Claude Code, OpenAI Codex, Cursor, Windsurf, and Cline. According to the README, it is installed via the npx skills CLI or the Claude Code Marketplace, and requires Git, curl, and Python 3.6+ as system prerequisites. qodo-get-rules fetches relevant coding rules from the Qodo Platform using semantic search, while qodo-pr-resolver fetches PR/MR review issues and helps fix them across multiple git providers. Configuration requires a Qodo API key stored in ~/.qodo/config.json or supplied via environment variables. The project is MIT licensed and maintained in the qodo-ai/qodo-skills GitHub repository.

Overview

According to the README, Qodo Skills itself is not a SaaS but a set of Agent Skills that call the Qodo Platform (qodo.ai)—a separate service used to configure coding rules and code review—through its API using an API key.

What you can do with qodo-skills

  • Fetch the most relevant coding rules for the current task from Qodo via semantic search (qodo-get-rules)
  • Enforce rules by severity level (ERROR, WARNING, RECOMMENDATION)
  • Auto-run rule checks before code generation, editing, and refactoring
  • Fetch Qodo review issues for the current branch's PR/MR (qodo-pr-resolver)
  • Fix review issues interactively or in batch, and reply to inline comments with the decision
  • Work across GitHub, GitLab, Bitbucket, Azure DevOps, and Gerrit
  • Install, update, and remove skills using the npx skills CLI or the Claude Code Marketplace

Sources

Original description (English)

Qodo Skills provides a curated library of reusable AI agent capabilities that extend Claude's functionality for software development workflows. Each skill is designed to integrate seamlessly into your development process, enabling tasks like code quality checks, automated testing, security scanning, and compliance validation. Skills operate across your entire SDLC—from IDE to CI/CD—ensuring consistent standards and catching issues early.

History of qodo-skills

Back to list