qodo-pr-resolver

Resolve Qodo AI review issues on pull requests across major git providers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill keeps Qodo AI review feedback for your pull request organized by fetching bot comments, deduplicating issues, mapping severities, and guiding you through replies and fixes without juggling multiple CLI commands.

Core Features & Use Cases

  • Provider and repository awareness: Ensures git status is clean, detects the correct provider (GitHub, GitLab, Bitbucket, Azure DevOps), and locates the open PR/MR with Qodo feedback.
  • Issue synthesis and action planning: Merges summary and inline Qodo comments, preserves inline IDs, ranks issues by severity, and summarizes them in a table that reflects the original ordering.
  • Guided resolution workflow: Lets you review issues manually or auto-fix them, posts inline replies plus a review summary, and resolves the Qodo review comment while optionally pushing commits.

Quick Start

Ask Auggie to run the qodo-pr-resolver skill so it gathers the latest Qodo comments and leads you through fixing each one.

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 resolving Qodo AI code review comments on a pull request?

Automate resolving Qodo AI code review comments by fetching bot feedback, deduplicating issues, and guiding fixes through inline replies. The skill detects your git provider, ranks issues by severity, and posts review summaries to keep pull requests synchronized without manual CLI juggling.

Can I use this to fix Qodo review issues across different git providers like Bitbucket or Azure DevOps?

Yes, you can fix Qodo review issues across GitHub, GitLab, Bitbucket, or Azure DevOps. The skill automatically detects the correct provider CLI, locates open pull or merge requests, and enforces a clean working tree before applying any guided fixes or pushing commits.

What is the best way to organize and deduplicate inline Qodo pull request comments?

Organize and deduplicate Qodo comments by merging summary and inline feedback while preserving original comment IDs. The skill maps issue severities, ranks them accordingly, and summarizes the deduplicated issues in a structured table reflecting the original review ordering.

Do I need a clean git working tree before resolving Qodo code review feedback?

Yes, you need a clean git working tree before resolving Qodo feedback. The skill enforces checks for a clean working status before acting, ensuring that automated fixes, inline replies, and optional commit pushes do not conflict with uncommitted local changes.

How do I post inline replies to Qodo bot comments and resolve them automatically?

Post inline replies to Qodo bot comments by triggering the guided resolution workflow. The skill uses AskUserQuestion-driven approvals to let you review issues manually or auto-fix them, then posts replies directly to comments and resolves the Qodo review.

Why does my Qodo pull request review feedback show duplicate issues?

Qodo pull request review feedback shows duplicate issues when summary and inline comments overlap. The skill addresses this by deduplicating issues, preserving inline IDs, and mapping severities to provide a consolidated, ranked table for guided resolution.