qodo-pr-resolver

Resolve Qodo PR review issues and apply suggested fixes to repository code.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hellosimplerick/nanoclaw-smoke --skill qodo-pr-resolver-hellosimplerick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qodo-pr-resolver
Source: https://github.com/hellosimplerick/nanoclaw-smoke/tree/main/.claude/skills/qodo-pr-resolver
Command: npx skills add https://github.com/hellosimplerick/nanoclaw-smoke --skill qodo-pr-resolver-hellosimplerick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates discovering Qodo (Codium AI) review issues on an open PR for the current branch and guides you to reliably apply, defer, or comment on suggested fixes without manually hunting comments or crafting replies.

Core Features & Use Cases

  • Detects the git provider and locates the open PR/MR for the current branch across GitHub, GitLab, Bitbucket, and Azure DevOps.
  • Fetches both summary and inline Qodo review comments, deduplicates issues, preserves original titles and ordering, and maps Qodo action levels to severity.
  • Supports interactive single-step approvals for each fix (showing context, Qodo's agent prompt, and a proposed diff), an "auto-fix all" mode that applies fixes and commits them, and posts a final summary comment and resolves Qodo's review thread.
  • Ideal for maintainers who want to quickly triage AI-generated code review suggestions, apply low-risk fixes in batch, or carefully approve critical security changes.

Quick Start

Ask the assistant to resolve Qodo review issues on the current branch's open PR and apply or defer fixes interactively.

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 apply Qodo code review fixes to my pull request?

The tool automates resolving Qodo code review issues by fetching summary and inline comments from your open pull request, deduplicating them, and guiding you through applying suggested fixes. It maps Qodo action levels to severity and allows interactive single-step approvals or batch auto-fixing with commits.

Can I resolve Qodo PR review issues on GitLab or Bitbucket branches?

Yes, you can resolve Qodo PR review issues on GitLab, Bitbucket, and Azure DevOps. The tool detects your git provider and uses the appropriate provider CLI (gh, glab, bb, or az) to locate the open PR or MR for your current branch, fetch comments, and post replies.

What do I need to set up before triaging AI-generated code review suggestions?

Before triaging AI-generated code review suggestions, you need local Git, the appropriate provider CLI (gh, glab, bb, or az), and an open PR reviewed by Qodo. You also need repository permissions to read, edit, commit, and optionally push files on your current branch.

Is there a way to batch apply low-risk code review fixes from Qodo?

Yes, there is an auto-fix all mode that batch applies low-risk code review fixes from Qodo. This mode applies the suggested fixes, commits them to the repository, and posts a final summary comment to resolve the Qodo review thread automatically.

Does resolving Qodo PR review comments require manually crafting replies?

No, resolving Qodo PR review comments does not require manually crafting replies. The tool automatically posts a final summary comment and resolves the Qodo review thread on your pull request after you interactively apply, defer, or comment on the suggested fixes.