qodo-pr-resolver

Fetches Qodo PR review issues and applies fixes with inline comment replies.

1|Updated May 22, 2026
One-click install
npx skills add https://github.com/roseDwayane/LocalizeAgenticSys --skill qodo-pr-resolver-rosedwayane
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qodo-pr-resolver
Source: https://github.com/roseDwayane/LocalizeAgenticSys/tree/main/nanoclaw/.claude/skills/qodo-pr-resolver
Command: npx skills add https://github.com/roseDwayane/LocalizeAgenticSys --skill qodo-pr-resolver-rosedwayane

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Qodo posts AI code review issues on your pull requests, but manually reading each comment, implementing fixes, and replying to every inline comment is repetitive and error-prone. This Skill automates the entire loop from fetching review issues to committing fixes and posting a summary. ## Core Features & Use Cases - Multi-provider PR review fetching: Retrieves Qodo summary and inline review comments from GitHub, GitLab, Bitbucket, or Azure DevOps using each provider's CLI, with deduplication across comment types. - Interactive or batch fixing: Review each issue individually with diff approval, or auto-fix all issues by executing Qodo's agent prompts directly, with per-issue git commits. - Inline comment replies and summary posting: Replies to each Qodo inline comment with the fix or deferral decision, posts a final summary comment, and resolves the review thread. - Use Case: You push a branch and Qodo flags 8 issues on your GitHub PR. Run this Skill to see a severity-ranked table, approve fixes one by one, and have each fix committed, commented, and pushed automatically. ## 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 PR review comments automatically?

Run this Skill on a branch with an open PR that Qodo has reviewed. It fetches all Qodo issues, displays them in a severity-ranked table, and lets you review each fix individually or auto-fix all of them using Qodo's agent prompts.

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 each uses its own CLI: gh for GitHub, glab for GitLab, bb for Bitbucket, and az with the DevOps extension for Azure DevOps.

What happens if Qodo has not reviewed my pull request yet?

The Skill checks for comments from Qodo bots like qodo-merge[bot] or pr-agent-pro. 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 defer Qodo issues instead of fixing them?

Yes. During manual review you can defer any issue and provide a reason. The Skill replies to the Qodo inline comment with the deferral and includes deferred issues in the final summary comment posted to the PR.

Why does the Skill exit when I have unpushed commits?

Qodo only reviews code that has been pushed to the remote. If unpushed commits exist, the Skill offers to push them, then exits so Qodo has time to analyze the new code before you run it again.