pr-comment-responder

Coordinate PR review comments by triaging feedback and delegating resolutions.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/loriensleafs/brain --skill pr-comment-responder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-comment-responder
Source: https://github.com/loriensleafs/brain/tree/main/apps/claude-plugin/skills/pr-comment-responder
Command: npx skills add https://github.com/loriensleafs/brain --skill pr-comment-responder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill coordinates PR review responses by gathering context, acknowledging feedback, triaging by actionability, and mapping each comment to a resolution.

Core Features & Use Cases

  • Memory-driven phase workflow: Memory init, Context gather, Acknowledge, Generate map, Delegate, Implement, Verify.
  • PR context extraction: PR metadata, reviewers, and all comments are collected to inform responses.
  • Orchestrator delegation: Each comment is analyzed and delegated to an orchestrator for resolution planning.
  • Artifact and gates verification: Ensures all threads are resolved and CI checks pass before completion.
  • Use Case: Handles PR feedback across threads, review bot comments, and bot-human collaboration.

Quick Start

Activate on a PR to begin triaging and responding to comments. For example: "activate pr-comment-responder on PR #123 to start processing."

Frequently Asked Questions about pr-comment-responder

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

FAQPage Schema
How do I automate GitHub PR review responses across multiple threads?

Automate GitHub PR review responses by extracting PR metadata and comments, triaging feedback by actionability, and delegating resolutions to an orchestrator. This memory-driven workflow acknowledges feedback and maps each comment to a specific task for execution.

What is the best way to map PR review comments to actionable code changes?

Map PR review comments to actionable code changes by generating a task map that analyzes each thread, delegates planning to an orchestrator, implements the required modifications, and verifies completion gates before finalizing the PR.

Can I use an orchestrator to triage and resolve bot interactions on GitHub pull requests?

Yes, you can triage and resolve bot interactions on GitHub pull requests by loading related memories, analyzing comment actionability, and delegating execution to an orchestrator that manages the implementation and verification workflow.

How does a memory-driven workflow handle PR comment triage and resolution verification?

A memory-driven workflow handles PR comment triage by loading related context memories, acknowledging feedback, and delegating tasks. It verifies resolution by checking that all threads are resolved and CI checks pass before completion.

Do I need any specific dependencies to coordinate PR feedback and CI gate verification?

No specific dependencies are required to coordinate PR feedback and CI gate verification. The workflow uses scripted utilities to extract PR data and enforce completion gates, ensuring all threads are resolved and CI checks pass.