review-feedback

Analyze GitHub PR feedback to validate issues and generate structured recommendations.

2|1|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/solo-ist/prose --skill review-feedback-solo-ist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-feedback
Source: https://github.com/solo-ist/prose/tree/main/.claude/skills/review-feedback
Command: npx skills add https://github.com/solo-ist/prose --skill review-feedback-solo-ist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pragmatic analysis of PR review feedback. Validates concerns, assesses severity, and provides actionable recommendations.

Core Features & Use Cases

  • Fetch PR and Review Comments and categorize feedback into Blocking, Functional, Code Quality, Nitpicks, and Questions.
  • Validate each issue by verifying context, scope, and accuracy against the codebase.
  • Generate structured recommendations with sections for Must Fix Before Merge, Consider Fixing, Defer to Follow-up, and Dismissed; optionally propose follow-up tickets.
  • Produce repeatable, publishable output suitable for PR discussions and issue tracking.

Quick Start

Run the review-feedback skill on a pull request to generate a structured feedback analysis.

Frequently Asked Questions about review-feedback

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

FAQPage Schema
How do I analyze GitHub PR review feedback for actionable fixes?

To analyze GitHub PR review feedback for actionable fixes, this skill validates review comments against your codebase and categorizes them by severity. It generates structured recommendations divided into must-fix, consider-fixing, defer, and dismissed sections to guide merge decisions.

What is the best way to categorize pull request comments by severity?

Categorizing pull request comments by severity is best handled by grouping feedback into Blocking, Functional, Code Quality, Nitpicks, and Questions. This skill validates each issue's context and scope to produce prioritized, actionable recommendations for engineering teams.

How does code review feedback validation work for GitHub pull requests?

Code review feedback validation works by verifying the context, scope, and accuracy of each PR comment against the actual codebase. This ensures that categorized issues are accurate before generating actionable recommendations and optional follow-up tickets.

Can I use GitHub MCP integration to fetch PR comments for issue triage?

Yes, you can use GitHub MCP integration to fetch PR and review comments for issue triage. This skill supports optional GitHub MCP integration to pull feedback directly, analyze risks, and output structured recommendations suitable for issue tracking.

Does this skill generate follow-up tickets from dismissed PR feedback?

Yes, this skill can generate follow-up tickets from deferred PR feedback. It structures recommendations into Must Fix Before Merge, Consider Fixing, Defer to Follow-up, and Dismissed sections, optionally proposing tickets to track deferred issues.