ce-resolve-pr-feedback

Triage PR review threads and apply fixes in parallel.

10|Updated Dec 13, 2016
One-click install
npx skills add https://github.com/vitallium/dotfiles --skill ce-resolve-pr-feedback-vitallium
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-resolve-pr-feedback
Source: https://github.com/vitallium/dotfiles/tree/main/dot_agents/skills/ce-resolve-pr-feedback
Command: npx skills add https://github.com/vitallium/dotfiles --skill ce-resolve-pr-feedback-vitallium

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Resolve PR review feedback by evaluating each thread and applying fixes in parallel.

Core Features & Use Cases

  • Triage unresolved review threads and separate new from pending decisions.
  • Spawn ce-pr-comment-resolver agents for each new item to generate fixes, replies, and PR updates.
  • Handle PR comments and review bodies by generating targeted resolutions or replies.
  • Supports full and targeted mode via scripts to map comments to threads and paths.

Quick Start

Run the ce-resolve-pr-feedback skill on the current PR to triage feedback, plan fixes, and push changes in parallel.

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 automate pull request review feedback resolution?

Automate pull request review feedback resolution by using a triage workflow that evaluates each thread and applies fixes in parallel. It operates on the current PR or a specified PR to generate fixes, replies, and updates simultaneously.

Can I target a specific comment thread for code review fixes instead of the whole PR?

Yes, you can target a specific comment thread for code review fixes. The workflow supports a targeted mode that maps comments to threads and paths, allowing you to focus fixes on individual unresolved items rather than the entire PR.

What is the workflow for triaging unresolved PR review threads in parallel?

Triage unresolved PR review threads by separating new items from pending decisions, then spawn parallel agents for each new item to generate fixes. The workflow includes triage, parallel implementation, validation, and automated replies.

Do I need gh and jq installed to automate PR comment resolution?

Yes, you need gh and jq installed to automate PR comment resolution. These dependencies are required to run the included scripts that map comments to threads and execute the parallel feedback resolution workflow.

What's the best way to handle pending decisions and new comments in a PR review?

Handle pending decisions and new comments by triaging unresolved review threads to separate them. Spawn dedicated agents for new items to generate targeted resolutions or replies, while managing pending decisions separately to avoid conflicting changes.