reviewing-comments

Aggregate unresolved GitHub PR review comments and delegate analysis to subagents.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/NoNameItem/claude-tools --skill reviewing-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-comments
Source: https://github.com/NoNameItem/claude-tools/tree/main/plugins/flow/skills/reviewing-comments
Command: npx skills add https://github.com/NoNameItem/claude-tools --skill reviewing-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps software teams manage unresolved PR review comments on GitHub by collecting, categorizing, and applying feedback in a structured, auditable way.

Core Features & Use Cases

  • Collects unresolved inline comments and review summaries from PRs
  • Categorizes sources (human vs bot) and prioritizes actionable items
  • Analyzes feedback with subagents to propose fixes or craft responses

Quick Start

Invoke the flow with /flow:review-comments on a PR to begin collecting and processing feedback.

Frequently Asked Questions about reviewing-comments

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

FAQPage Schema
How do I automate GitHub PR review replies for unresolved comments?

Automating GitHub PR review replies involves aggregating unresolved inline comments and review summaries, categorizing authors as human or bot, and delegating analysis to subagents to propose fixes or craft responses in a traceable workflow with staged prompts and subsequent commits.

What's the best way to analyze and categorize PR review feedback from bots and humans?

Analyzing PR review feedback requires collecting unresolved comments from GitHub, categorizing sources as human or bot, prioritizing actionable items, and using subagents to evaluate the feedback for automated fixes or response generation.

How do I ensure automated code review fixes are auditable and safe?

Ensuring automated code review fixes are auditable requires a workflow that stages prompts, generates summaries of the proposed actions, and delegates analysis to subagents before applying subsequent commits to the pull request.

Can I process unresolved inline comments across an entire pull request?

Processing unresolved inline comments across a pull request aggregates all outstanding feedback from GitHub, categorizes the comment authors, and delegates the analysis to subagents to decide actionable fixes or responses.

Does this PR comment analysis workflow require any specific dependencies or components?

This PR comment analysis workflow operates without any specific dependencies or components, relying entirely on staged prompts and subagent delegation to process GitHub pull request feedback and apply subsequent commits.