qodo-pr-resolver

Fetch and deduplicate Qodo review issues from pull requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the tedious PR review workflow by aggregating Qodo's analysis across GitHub, GitLab, Bitbucket, and Azure DevOps and surfacing actionable issues to speed up code quality improvements.

Core Features & Use Cases

  • Fetch & Deduplicate Qodo Issues: pulls both summary and inline review comments, merges duplicates, and preserves exact file locations for precise fixes.
  • Severity Mapping & Prioritization: translates Qodo's action levels into CRITICAL, HIGH, MEDIUM, and LOW, guiding fix priorities and decision-making.
  • Multi-provider Workflow: works across GitHub, GitLab, Bitbucket, and Azure DevOps with provider-specific commands to fetch, reply, and post summaries.
  • Manual or Auto Fix Flows: supports step-by-step manual review or automated fixes via Qodo agent prompts, with inline replies and commits recorded.

Quick Start

Run the skill on a PR with an active Qodo review to fetch issues and begin the addressing workflow.

Frequently Asked Questions about qodo-pr-resolver

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

FAQPage Schema
How do I automate fixing Qodo PR review comments on GitHub?

To automate fixing Qodo PR review comments, this skill fetches open review issues, deduplicates them, and applies fixes via agent prompts. It requires a Qodo-generated review present on the PR and appropriate CLI tools to fetch comments and post replies.

Does this PR review resolver work with GitLab and Azure Devops?

Yes, this PR review resolver works with GitLab and Azure Devops, alongside GitHub and Bitbucket. It uses provider-specific commands to fetch Qodo review comments, post replies, and record commits across these multi-provider workflows.

What is the best way to prioritize code review issues from Qodo?

The best way to prioritize code review issues is through severity mapping. This skill translates Qodo's action levels into CRITICAL, HIGH, MEDIUM, and LOW severities, guiding fix priorities and decision-making for the current pull request.

Can I preserve inline file locations when aggregating pull request review comments?

Yes, you can preserve exact inline file locations when aggregating pull request review comments. The skill pulls both summary and inline Qodo review comments, merges duplicates, and maintains precise file locations for targeted fixes.

Do I need a Qodo review already active to use this PR fix workflow?

Yes, you need a Qodo-generated review already active on the PR. The skill applies to PRs with open reviews and requires the appropriate CLI tools to fetch comments, deduplicate issues, and post inline replies.

Why are my Qodo PR review issues not being deduplicated correctly?

If Qodo PR review issues are not deduplicated correctly, ensure the Qodo-generated review is active on the PR. The skill merges duplicate summary and inline comments while preserving exact file locations, requiring proper CLI tool access to function.