What problem does it solve? Qodo posts AI code review issues on your pull requests, but manually reading each comment, locating the affected code, applying fixes, and replying to every inline comment is tedious and error-prone. This Skill automates the entire loop from fetching review issues to committing fixes and posting a resolution summary. ## Core Features & Use Cases - Multi-provider PR integration: Detects and works with GitHub, GitLab, Bitbucket, and Azure DevOps via their respective CLIs (gh, glab, bb, az). - Issue parsing and deduplication: Merges Qodo's summary comments and inline review comments into a single deduplicated issue list with severity mapping (CRITICAL/HIGH/MEDIUM/LOW) based on Qodo's action levels. - Interactive or batch fixing: Review each issue individually with diff approval, or auto-fix all issues using Qodo's agent prompts, with per-issue commits and inline comment replies. - Use Case: You push a branch and Qodo flags 7 issues on your GitHub PR. Run this Skill to see a severity-ranked table, approve each fix, and have it commit the changes, reply to each Qodo comment, and post a summary to the PR. ## Quick Start Ask the assistant to show and fix the Qodo review issues on the current branch's pull request.