ce-resolve-pr-feedback

Evaluate and fix PR review feedback across unresolved threads with parallel agents.

2|Updated May 8, 2026
One-click install
npx skills add https://github.com/xotong/claude-marketplace --skill ce-resolve-pr-feedback-xotong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-resolve-pr-feedback
Source: https://github.com/xotong/claude-marketplace/tree/main/plugins/compound-engineering/skills/ce-resolve-pr-feedback
Command: npx skills add https://github.com/xotong/claude-marketplace --skill ce-resolve-pr-feedback-xotong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill 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 for each thread to resolve feedback quickly.
  • Performs cross-invocation analysis to detect recurring patterns and cluster related feedback.
  • Handles various feedback types (review_threads, pr_comments, and review_bodies) and reports results back to PR threads.

Quick Start

Run the ce-pr-comment-resolver for each unresolved thread to fix feedback, then validate and push changes.

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 feedback in parallel?

Parallel PR feedback resolution works by spawning independent agents for each unresolved review thread, evaluating comment validity, applying fixes simultaneously, and validating changes through a commit-push workflow.

What is the best way to automate code review comment fixes across multiple PR threads?

Automating code review comment fixes across multiple PR threads involves spawning parallel agents to evaluate validity and apply fixes, while cross-invocation analysis detects recurring patterns and clusters related feedback for efficient resolution.

Does this parallel PR comment resolver handle all types of GitHub review feedback?

Yes, the parallel PR comment resolver handles various feedback types including unresolved review threads, PR comments, and review bodies across a current branch PR using GraphQL-based thread fetch and reply/resolve scripts.

How do I detect recurring patterns in GitHub code review feedback?

You detect recurring patterns in GitHub code review feedback through cross-invocation analysis that clusters related feedback, identifying common issues across multiple review threads and PR comments for more efficient batch resolution.

What are the limitations of using parallel agents to resolve pull request comments?

When using parallel agents to resolve pull request comments, the main limitation is that agents focus on unresolved threads on the current branch PR, relying on GraphQL-based thread fetch and commit-push workflows to validate and push changes before reporting back.