qodo-pr-resolver

Fetch and resolve Qodo review issues across Git platforms with severity display.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/xmonkee/nanoclaw --skill qodo-pr-resolver-xmonkee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qodo-pr-resolver
Source: https://github.com/xmonkee/nanoclaw/tree/main/.claude/skills/qodo-pr-resolver
Command: npx skills add https://github.com/xmonkee/nanoclaw --skill qodo-pr-resolver-xmonkee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing and resolving code quality and compliance issues identified by Qodo (formerly Codium AI) in your pull requests, streamlining your code review workflow.

Core Features & Use Cases

  • Automated Issue Fetching: Retrieves Qodo review comments from GitHub, GitLab, Bitbucket, and Azure DevOps.
  • Interactive or Batch Fixing: Allows users to review and fix issues one by one or apply all suggested fixes automatically.
  • Direct Comment Replies: Replies to Qodo's inline comments with decisions and resolutions.
  • Use Case: After Qodo flags several potential bugs and security vulnerabilities in your PR, this Skill presents them clearly, allows you to approve fixes, applies them to your code, commits them, and replies to Qodo's comments, all within your development environment.

Quick Start

Use the qodo-pr-resolver skill to review and fix issues on your current pull request.

Frequently Asked Questions about qodo-pr-resolver

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically fix Qodo code review issues on a pull request?

To automatically fix Qodo code review issues on a pull request, use a skill that fetches comments from your Git platform, presents them by severity, and applies batch or interactive code modifications. It then commits changes and replies to the review comments.

Does this PR resolver work with GitLab and Bitbucket or just GitHub?

This PR resolver works with GitHub, GitLab, Bitbucket, and Azure DevOps. It retrieves Qodo review comments across these platforms and requires the corresponding provider-specific CLI tools like gh, glab, bb, or az for full functionality.

What do I need to resolve AI code review comments directly in my repository?

To resolve AI code review comments directly in your repository, you need Git installed and the relevant provider-specific CLI tool for your platform. The skill uses these to fetch issues, apply fixes, commit changes, and reply to inline comments.

Can I interactively approve AI-suggested code fixes before they are committed?

Yes, you can interactively approve AI-suggested code fixes before they are committed. The skill allows you to review and fix identified issues one by one, or you can apply all suggested fixes automatically in a batch.

What is the best way to handle Qodo security vulnerabilities flagged in a PR?

The best way to handle Qodo security vulnerabilities flagged in a PR is to use an automated resolver that fetches the inline comments, presents them with severity levels, applies code modifications, and replies to Qodo with decisions and resolutions.