ce-resolve-pr-feedback

Evaluate and fix unresolved PR review threads using parallel agents.

Updated Sep 25, 2024
One-click install
npx skills add https://github.com/kwam1na/athena --skill ce-resolve-pr-feedback-kwam1na
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-resolve-pr-feedback
Source: https://github.com/kwam1na/athena/tree/main/.agents/skills/ce-resolve-pr-feedback
Command: npx skills add https://github.com/kwam1na/athena --skill ce-resolve-pr-feedback-kwam1na

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 validity, fixing issues, and replying to threads in parallel.

Core Features & Use Cases

  • Spawns parallel agents for each unresolved thread to accelerate PR responses.
  • Evaluates feedback for actionability and determines whether to fix code, reply, or decline.
  • Works with full-mode (all unresolved threads on a PR) and targeted-mode (specific thread via URL) for flexible workflows.

Quick Start

Evaluate all unresolved PR threads on the current branch, fix valid issues in parallel, and post replies that quote the original 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 pull request review comments in parallel?

You can resolve PR review comments in parallel by spawning dedicated agents for each unresolved thread to evaluate validity, fix code, and post replies simultaneously.

Can I target a specific GitHub PR thread instead of resolving all unresolved threads?

Yes, you can use targeted-mode by providing a specific thread URL to resolve individual PR comments, or use full-mode to process all unresolved threads on the current branch's pull request.

How does automated PR feedback resolution decide whether to fix code or reply to a thread?

Automated PR feedback resolution evaluates actionability using cluster analysis and cross-invocation awareness to decide whether to apply code fixes, post replies, decline invalid feedback, or escalate unresolved comments.

Do I need specific command line tools to automate pull request review feedback?

Yes, automating PR review feedback requires the gh command line tool and jq, alongside the ce-pr-comment-resolver tooling and its supporting scripts to coordinate parallel agents.

What happens to unactionable PR review comments during parallel thread resolution?

Unactionable PR review comments are filtered out and silently dropped according to enforced actionability rules, ensuring agents only process feedback that warrants a fix, reply, or escalation.

Does ce-resolve-pr-feedback work with parallel agents to fix GitHub code review issues?

Yes, ce-resolve-pr-feedback dispatches specialized parallel agents for each unresolved thread to handle reviews, comments, and bodies, accelerating code review issue resolution across your pull request.