pr-resolution

Automate GitHub Pull Request comment resolution with parallel agents.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/skinnyandbald/fish-skills --skill pr-resolution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-resolution
Source: https://github.com/skinnyandbald/fish-skills/tree/main/skills/pr-resolution
Command: npx skills add https://github.com/skinnyandbald/fish-skills --skill pr-resolution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of resolving all comments on a GitHub Pull Request, significantly reducing the time spent on code review follow-ups.

Core Features & Use Cases

  • Parallel Agent Execution: Fixes comments on different files concurrently using dedicated agents.
  • Automated Workflow: Handles discovery, classification, resolution, verification, and completion steps.
  • Bot Integration: Parses comments from various bots like CodeRabbit and Gemini.
  • Use Case: After a code review, instead of manually addressing each comment one by one, you can invoke this skill to automatically fix, commit, and resolve all feedback, allowing you to merge the PR faster.

Quick Start

Use the pr-resolution skill to resolve all comments on the current pull request.

Frequently Asked Questions about pr-resolution

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically resolve GitHub PR comments in parallel?

To resolve GitHub PR comments in parallel, this Skill orchestrates dedicated agents to fix different files concurrently. It automates comment discovery, classification, local verification, and final commit/push/resolution steps.

What is the best way to automate code review follow-ups on a pull request?

Automating code review follow-ups involves parsing bot comments, classifying feedback, and executing fixes concurrently. This process reduces manual effort by handling discovery, local verification, and pushing commits to resolve comments automatically.

Can I use GitHub CLI to resolve CodeRabbit and Gemini bot comments on a PR?

Yes, you can use GitHub CLI to resolve CodeRabbit and Gemini bot comments. The workflow integrates with GitHub CLI for comment discovery and orchestrates parallel agents to execute fixes, verify locally, and push resolutions.

How does parallel agent execution work for resolving PR comments?

Parallel agent execution for PR comments assigns dedicated agents to fix issues on different files concurrently. This mechanism handles classification, parallel execution, local verification, and the final commit/push/resolution sequence.

Do I need GoodToGo to verify PR comment resolutions locally?

You do not need GoodToGo to verify PR comment resolutions locally, as local verification is built-in. However, the Skill supports optional GoodToGo integration to provide deterministic gates during the automated resolution workflow.