qodo-pr-resolver

Fetches Qodo code review issues from pull requests and applies fixes interactively or in batch.

2|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/RADHA0-max/selfhealbackend --skill qodo-pr-resolver-radha0-max
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qodo-pr-resolver
Source: https://github.com/RADHA0-max/selfhealbackend/tree/main/nanoclaw/.claude/skills/qodo-pr-resolver
Command: npx skills add https://github.com/RADHA0-max/selfhealbackend --skill qodo-pr-resolver-radha0-max

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Qodo posts AI code review issues on your pull requests, but manually reading each comment, locating the affected code, applying fixes, and replying to every inline comment is tedious and error-prone. This Skill automates the entire loop from fetching review issues to committing fixes and posting a resolution summary. ## Core Features & Use Cases - Multi-provider PR integration: Detects and works with GitHub, GitLab, Bitbucket, and Azure DevOps via their respective CLIs (gh, glab, bb, az). - Issue parsing and deduplication: Merges Qodo's summary comments and inline review comments into a single deduplicated issue list with severity mapping (CRITICAL/HIGH/MEDIUM/LOW) based on Qodo's action levels. - Interactive or batch fixing: Review each issue individually with diff approval, or auto-fix all issues using Qodo's agent prompts, with per-issue commits and inline comment replies. - Use Case: You push a branch and Qodo flags 7 issues on your GitHub PR. Run this Skill to see a severity-ranked table, approve each fix, and have it commit the changes, reply to each Qodo comment, and post a summary to the PR. ## Quick Start Ask the assistant to show and fix the Qodo review issues on 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 fix Qodo code review issues on a pull request?

Run this Skill on the branch with the open PR. It fetches Qodo's review comments, displays a severity-ranked issue table, and lets you review each fix individually or auto-fix all issues, committing changes and replying to each inline comment.

Which git providers does Qodo PR resolution support?

GitHub, GitLab, Bitbucket, and Azure DevOps are supported. The provider is detected from the git remote URL, and the corresponding CLI (gh, glab, bb, or az) is used for all PR operations.

What happens if Qodo has not reviewed my PR yet?

The Skill checks for comments from Qodo bots like pr-agent-pro or qodo-merge[bot]. If no review exists or the review is still in progress, it informs you to wait a few minutes and exits without attempting a manual review.

Can I use this with unpushed commits or uncommitted changes?

The Skill checks push status first. Uncommitted changes trigger a warning that they will not be reviewed, and unpushed commits prompt you to push first, since Qodo only reviews code already on the remote PR.

How does the Skill handle duplicate Qodo review comments?

Qodo posts each issue in both a summary comment and an inline comment. The Skill deduplicates by issue title, preferring inline comments for exact line locations and summary comments for severity and agent prompts, while preserving inline comment IDs for replies.

What are the limitations of automated Qodo issue fixing?

The Skill only works with Qodo bot reviews, not human reviews, and requires an open PR on a supported provider. Fixes follow Qodo's agent prompts literally and may need manual adjustment if prompts reference outdated code.