ce-resolve-pr-feedback

Evaluate and fix unresolved GitHub PR review threads in parallel.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/DieStok/ridder_lab_retreat_ai_hackathon_2026 --skill ce-resolve-pr-feedback-diestok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-resolve-pr-feedback
Source: https://github.com/DieStok/ridder_lab_retreat_ai_hackathon_2026/tree/main/.agents/skills/compound-engineering/skills/ce-resolve-pr-feedback
Command: npx skills add https://github.com/DieStok/ridder_lab_retreat_ai_hackathon_2026 --skill ce-resolve-pr-feedback-diestok

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, and includes scripts (resource) components.

What problem does it solve?

Resolve PR review feedback by evaluating validity and fixing issues in parallel. Use when addressing PR review comments, resolving review threads, or fixing code review feedback.

Core Features & Use Cases

  • Spawns parallel agents to evaluate unresolved PR feedback and propose concrete fixes.
  • Automatically triages actionable items from threads, PR comments, and review bodies, then generates targeted responses.
  • Use when addressing PR review comments, resolving threads, or fixing code review feedback on a team project.

Quick Start

Provide a PR feedback resolution workflow by evaluating unresolved threads, applying valid fixes in parallel, and replying with concise, quoted feedback.

Frequently Asked Questions about ce-resolve-pr-feedback

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

FAQPage Schema
How do I resolve GitHub PR review threads in parallel?

Resolve PR review threads in parallel by spawning multiple agents that evaluate unresolved feedback, apply valid fixes, and return structured summaries with per-thread verdicts. Coordinate parallel agents to triage comments, respect outdated context, and reply with concise feedback.

How do I automate fixing code review feedback on pull requests?

Automate fixing code review feedback by triaging actionable items from PR comments and review bodies, then generating targeted responses and concrete fixes. Evaluate validity across unresolved review threads and apply corrections automatically.

Do I need gh and jq installed to automate pull request thread resolution?

Yes, you need gh and jq installed to automate pull request thread resolution. These dependencies handle GitHub CLI interactions and JSON parsing required to fetch PR comments, evaluate review threads, and process structured data.

What is the best way to triage unresolved PR comments and generate responses?

The best way to triage unresolved PR comments is using parallel agents that evaluate validity, respect isOutdated and file-path context, and generate targeted responses with per-thread verdicts and optional cluster briefs.

Does parallel PR feedback resolution work with outdated review threads?

Parallel PR feedback resolution respects isOutdated flags and file-path context when evaluating review threads. It coordinates agents to skip or handle outdated threads appropriately while processing unresolved feedback across GitHub pull requests.