qodo-pr-resolver

Fetch and resolve Qodo PR review issues for the current branch's open pull request.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Qodo PR Resolver automates the painful, error-prone process of collecting Qodo (AI) review comments from an open PR/MR, deduplicating and ranking issues, and applying or deferring fixes while keeping the PR conversation updated.

Core Features & Use Cases

  • Multi-provider support: Detects provider (GitHub, GitLab, Bitbucket, Azure DevOps) and uses the provider CLI to find PR/MR, fetch summary and inline Qodo comments, and post replies or summaries.
  • Deduplicate & map severity: Merges summary and inline issues, preserves exact Qodo titles and ordering, and maps action levels into CRITICAL/HIGH/MEDIUM/LOW severities.
  • Interactive or auto-fix workflow: Offers manual per-issue approval with a single-step confirm-and-apply flow or an auto-fix mode that applies Qodo agent prompts, commits changes, and posts concise PR replies.
  • Use Case: A developer receives a Qodo review on an open PR and wants to triage, apply, and document fixes quickly without leaving the terminal.

Quick Start

Run the qodo-pr-resolver skill to fetch Qodo review issues for the current branch's open PR, review or auto-apply fixes, and post a summary to the PR.

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 code review comments on my GitHub pull request?

You can automatically fix code review comments by using a resolver skill that fetches Qodo bot comments from your open GitHub PR, deduplicates issues, and applies fixes. It automates triage, commits changes, and posts concise replies directly to the PR conversation.

Does the Qodo PR auto-fix tool work with GitLab and Azure DevOps merge requests?

Yes, the Qodo PR auto-fix tool works with GitLab and Azure DevOps. It detects your provider and uses the respective CLI to find merge requests, fetch Qodo comments, apply fixes, and post summaries across multiple platforms.

How do I triage and resolve Qodo code review issues from the terminal?

To triage and resolve Qodo code review issues from the terminal, run the resolver skill on your current branch. It fetches open PR issues, maps severities, and offers an interactive per-issue approval flow or an auto-fix mode to apply changes.

What do I need configured before resolving Qodo PR issues on Bitbucket?

Before resolving Qodo PR issues on Bitbucket, you need a git repository with your branch pushed, the Bitbucket CLI installed, and permission to commit and push changes. The provider CLI must be configured to fetch comments.

How does the Qodo PR resolver handle duplicate code review issues?

The Qodo PR resolver handles duplicate code review issues by merging summary and inline comments. It deduplicates overlapping feedback, preserves exact Qodo titles and ordering, and maps action levels into CRITICAL, HIGH, MEDIUM, or LOW severities.