qodo-pr-resolver

Automate Qodo PR review issue detection, aggregation, and resolution across GitHub, GitLab, Bitbucket, and Azure DevOps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? PR review and resolution can be slow and fragmented across platforms; this skill orchestrates Qodo AI-assisted reviews across GitHub, GitLab, Bitbucket, and Azure DevOps, surfacing issues and guiding fixes.

## Core Features & Use Cases

  • Consolidates Qodo review comments (summary and inline) across PRs/MRs for consistent guidance.
  • Posts a final summary, resolves Qodo reviews, and supports GitHub, GitLab, Bitbucket, and Azure DevOps via provider CLIs.
  • Enables cross-repo code quality governance, rapid feedback loops, and interactive fix workflows.

### Quick Start Trigger the resolver on an open PR/MR and follow the prompts to review, fix, or defer Qodo issues.

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 code review fixes for pull requests using AI?

Automating code review fixes is done by triggering an AI-powered resolver on open pull requests, which collects inline comments, deduplicates issues, and guides fixes through a provider CLI workflow. It posts a final summary and optionally pushes fixes back to the remote.

Does Qodo PR review work with GitLab, Bitbucket, and Azure DevOps merge requests?

Qodo PR review works with GitLab, Bitbucket, and Azure DevOps by collecting both summary and inline comments across merge requests. It orchestrates AI-assisted reviews across these platforms via provider CLIs to deduplicate issues and guide fixes.

What's the best way to consolidate inline PR comments across multiple repositories?

Consolidating inline PR comments across multiple repositories is achieved by aggregating Qodo review data across open PRs and merge requests. This skill collects and deduplicates issues to provide consistent guidance and enable cross-repo code quality governance.

Can I push AI-generated code fixes directly back to my remote branch?

Pushing AI-generated code fixes directly back to a remote branch is supported as an optional step in the provider CLI workflow. After reviewing and resolving Qodo issues, you can follow the interactive prompts to push the fixes to your remote repository.

How does the Qodo PR resolver handle duplicate code review issues?

The Qodo PR resolver handles duplicate code review issues by collecting both summary and inline comments from open PRs and automatically deduplicating them. This ensures that developers receive consolidated guidance without redundant or overlapping review alerts.

What are the limitations of automated PR resolution workflows?

Automated PR resolution workflows rely on provider CLIs and require an open pull request or merge request to trigger. Resolution is guided interactively, meaning users must follow prompts to review, fix, or defer Qodo issues rather than expecting fully autonomous background processing.