qodo-pr-resolver

Collect Qodo review comments and guide fixes across GitHub, GitLab, Bitbucket, and Azure DevOps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates code-review issue triage by collecting Qodo's review comments for a PR/MR and guiding fixes across Git providers.

Core Features & Use Cases

  • Detect open PRs/MRs and aggregate Qodo review comments (summary and inline) for deduplication.
  • Deduplicate issues across summary and inline comments, preserving exact Qodo titles and leveraging inline context for location data.
  • Orchestrate inline replies, post-summary comments, and optional auto-fix workflows across GitHub, GitLab, Bitbucket, and Azure DevOps.
  • Provide a repeatable, guard-railed workflow that supports both interactive and automated fix paths, including commit steps.

Quick Start

Run the skill on an open PR/MR to fetch Qodo issues, review them, and begin applying fixes.

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 pull request review and fix issues from inline comments?

Automating pull request review involves collecting Qodo review comments, deduplicating issues, and guiding fixes. This skill orchestrates inline replies, post-summary comments, and fix workflows across GitHub, GitLab, Bitbucket, and Azure DevOps.

Can I use this AI code review resolver with Bitbucket and Azure DevOps?

Yes, this AI code review resolver works with Bitbucket and Azure DevOps, alongside GitHub and GitLab. It aggregates Qodo review comments across these platforms to deduplicate issues and guide fixes interactively or automatically.

What's the best way to deduplicate Qodo issues across summary and inline PR comments?

The best way to deduplicate Qodo issues is by parsing both summary and inline PR comments, preserving exact titles, and leveraging inline context for location data. This skill automates that deduplication to streamline issue triage.

Do I need local Git CLI and provider-specific tools to run this PR resolver?

Yes, you need a local Git CLI and provider-specific CLI tools to run this PR resolver. These dependencies are required to fetch Qodo issues, parse comments, and orchestrate interactive or automated fix workflows including commits.

How does the automated fix workflow handle commits after resolving PR issues?

The automated fix workflow handles commits by applying fixes via an interactive or auto mode after deduplicating Qodo issues. It provides a guard-railed workflow that includes commit steps once fixes are resolved.

Why are my Qodo review comments not being deduplicated properly across my MR?

Qodo review comments may not deduplicate properly if summary and inline comments are not parsed together. This skill resolves this by collecting both comment types, preserving exact Qodo titles, and using inline context for accurate location data.