What problem does it solve?
Qodo PR Resolver automates the painful, error-prone process of collecting Qodo (AI) review comments from an open PR/MR, deduplicating and ranking issues, and applying or deferring fixes while keeping the PR conversation updated.
Core Features & Use Cases
- Multi-provider support: Detects provider (GitHub, GitLab, Bitbucket, Azure DevOps) and uses the provider CLI to find PR/MR, fetch summary and inline Qodo comments, and post replies or summaries.
- Deduplicate & map severity: Merges summary and inline issues, preserves exact Qodo titles and ordering, and maps action levels into CRITICAL/HIGH/MEDIUM/LOW severities.
- Interactive or auto-fix workflow: Offers manual per-issue approval with a single-step confirm-and-apply flow or an auto-fix mode that applies Qodo agent prompts, commits changes, and posts concise PR replies.
- Use Case: A developer receives a Qodo review on an open PR and wants to triage, apply, and document fixes quickly without leaving the terminal.
Quick Start
Run the qodo-pr-resolver skill to fetch Qodo review issues for the current branch's open PR, review or auto-apply fixes, and post a summary to the PR.