receive-review

Collect, classify, and plan responses for GitHub PR review comments.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/FScoward/senju --skill receive-review-fscoward
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receive-review
Source: https://github.com/FScoward/senju/tree/main/skills/receive-review
Command: npx skills add https://github.com/FScoward/senju --skill receive-review-fscoward

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of collecting, classifying, and planning responses to GitHub pull request review comments, reducing manual effort and improving review efficiency.

Core Features & Use Cases

  • Comprehensive Comment Retrieval: Gather all PR comments, including inline, general, and review summaries.
  • Intelligent Classification: Categorize comments into urgent fixes, recommendations, style issues, discussion points, or deferred items.
  • Response Planning: Generate clear action plans and outline next steps for each comment, aiding developers during review iterations.
  • Use Case: A developer receives a complex PR with multiple feedback points; this Skill summarizes, classifies, and helps prepare responses, ensuring no issues are overlooked.

Quick Start

Provide a GitHub PR URL or number, and this Skill will fetch all review comments, analyze them, and suggest actions.

Frequently Asked Questions about receive-review

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

FAQPage Schema
How do I automatically categorize GitHub PR review comments?

Automatically categorize GitHub PR review comments by using a tool that retrieves inline and general comments via GitHub APIs, then classifies them into critical, recommended, style, or discussion types. This handles comment retrieval and categorization seamlessly.

What is the best way to plan responses for complex pull request feedback?

The best way to plan responses for complex pull request feedback is to aggregate review summaries and classify them by urgency. This approach generates clear action plans and outlines next steps for each comment, ensuring no recommended fixes or discussion points are overlooked.

How do I fetch inline code review comments and general discussions using GitHub REST and GraphQL APIs?

Fetch inline code review comments and general discussions by executing GitHub REST and GraphQL API calls targeting repository review data. This process collects all PR comments, including review summaries, to ensure comprehensive feedback aggregation.

Can I separate urgent code fixes from style issues in GitHub PR reviews?

Yes, you can separate urgent code fixes from style issues in GitHub PR reviews by applying an intelligent classification logic. It categorizes feedback into critical fixes, recommendations, style issues, discussion points, or deferred items to help prioritize development tasks.

Does PR review comment classification work with just a pull request URL?

Yes, PR review comment classification works with just a pull request URL or number. Providing this input allows the system to fetch all associated review data, analyze the feedback points, and suggest appropriate response actions.