summarize-feedback

Summarize PR review comments into a prioritized, actionable developer feedback summary.

4|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/mkalkere/agent-coordinator --skill summarize-feedback-mkalkere
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: summarize-feedback
Source: https://github.com/mkalkere/agent-coordinator/tree/main/.os/skills/review/summarize-feedback
Command: npx skills add https://github.com/mkalkere/agent-coordinator --skill summarize-feedback-mkalkere

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze PR review comments and create a prioritized, actionable summary for developers.

Core Features & Use Cases

  • Consolidates inline and general review comments, verdicts, and CI statuses into a single, ranked action list.
  • Groups issues by file to enable focused fixes and faster PR iteration.
  • Publishes a review-summary artifact and notifies the development bus for timely delivery.

Quick Start

Summarize all PR review feedback into a prioritized, actionable developer summary.

Frequently Asked Questions about summarize-feedback

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

FAQPage Schema
How do I summarize PR review comments into an actionable list?

To summarize PR review comments, this Skill consolidates inline comments, general feedback, and CI statuses into a prioritized, ranked action list. It groups issues by file to enable focused fixes and faster PR iteration.

Do I need the gh CLI to consolidate GitHub PR feedback?

Yes, you need the gh CLI to consolidate GitHub PR feedback. The Skill requires the gh CLI to fetch pull request reviews, comments, and status information before generating the prioritized developer summary.

What is the best way to organize multiple reviewer feedback on a pull request?

The best way to organize multiple reviewer feedback is to consolidate inline comments, verdicts, and CI statuses into a single ranked action list. Issues are grouped by file to guide subsequent changes and enable focused fixes.

Can I publish a review-summary artifact for my PR workflow?

Yes, you can publish a review-summary artifact for your PR workflow. The Skill outputs a published summary artifact and notifies the development bus to ensure timely delivery of the consolidated feedback.

How does consolidating CI statuses with review comments guide subsequent PR changes?

Consolidating CI statuses with review comments guides subsequent PR changes by combining automated checks and human feedback into a single prioritized action list. This ranked summary ensures developers address critical issues first.

Does this PR feedback summarizer work with general comments and inline reviews?

Yes, this PR feedback summarizer works with general comments and inline reviews. It consolidates both types of feedback along with verdicts and CI statuses to create a comprehensive, actionable developer summary.