qodo-pr-resolver

Fetch, deduplicate, and resolve Qodo review comments for pull requests.

85|23|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/DingyangLyu/MatClaw --skill qodo-pr-resolver-dingyanglyu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qodo-pr-resolver
Source: https://github.com/DingyangLyu/MatClaw/tree/main/.claude/skills/qodo-pr-resolver
Command: npx skills add https://github.com/DingyangLyu/MatClaw --skill qodo-pr-resolver-dingyanglyu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers spend time manually checking and addressing Qodo code review comments. This Skill automates fetching, deduplicating, and resolving Qodo PR review issues, streamlining the review workflow.

Core Features & Use Cases

  • Fetch & parse Qodo comments across multiple git providers.
  • Deduplicate and prioritize issues with severity mapping.
  • Interactive or auto‑fix mode to apply fixes, defer, or modify code.
  • Post summary and resolve Qodo review threads, then optionally push changes.
  • Supports GitHub, GitLab, Bitbucket, and Azure DevOps.

Quick Start

Resolve the Qodo review issues for the current branch's 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 comments on a pull request?

Automatically fix Qodo code review comments by fetching, deduplicating, and resolving issues for the current branch's pull request. The Skill parses Qodo comments across GitHub, GitLab, Bitbucket, and Azure DevOps to apply interactive or automatic code fixes.

Can I resolve Qodo PR issues on Bitbucket or Azure DevOps?

Yes, you can resolve Qodo PR issues on Bitbucket, Azure DevOps, GitHub, and GitLab. The Skill detects the provider CLI, retrieves open pull request or merge request comments, and applies fixes to the current branch.

How do I deduplicate and prioritize automated code review comments before fixing?

Deduplicate and prioritize automated code review comments using severity mapping. The Skill fetches Qodo comments, removes duplicates, applies severity prioritization, and presents an interactive or auto-fix mode to apply code modifications.

Does resolving Qodo pull request comments automatically push git changes?

Resolving Qodo pull request comments optionally pushes git changes after applying fixes. The Skill posts a summary, resolves review threads, and executes an optional git push to update the remote repository.

What is the best way to reply to Qodo review threads after fixing code?

The best way to reply to Qodo review threads is using an automated resolver that applies code fixes and posts comment replies directly to the pull request. The Skill handles thread resolution and summary posting across supported git providers.