gen-pr-reply

Review GitHub pull request comments and reply with commit SHAs.

16|3|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/Yomiamy/flutter_inspector_kit --skill gen-pr-reply
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gen-pr-reply
Source: https://github.com/Yomiamy/flutter_inspector_kit/tree/main/.claude/skills/gen-pr-reply
Command: npx skills add https://github.com/Yomiamy/flutter_inspector_kit --skill gen-pr-reply

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of reviewing PR comments and replying with the corresponding commit SHA, saving time in the code review process.

Core Features & Use Cases

  • Automated Comment Review: Reviews GitHub PR comments and verifies if each comment has been addressed.
  • Commit SHA Reporting: Replies to the comment thread with the SHA of the commit that addresses the issue.
  • Use Case: A developer can use this skill by triggering it with the command "gen-pr-reply PR {number}", and it will automatically check the PR and reply to the inline comments with the corresponding commit SHA.

Quick Start

Run the skill with the command 'gen-pr-reply PR {number}' to start the automated PR comment review and reply process.

Frequently Asked Questions about gen-pr-reply

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

FAQPage Schema
How do I automate GitHub pull request comment replies with commit SHA?

To automate GitHub pull request comment replies with commit SHA, trigger the command 'gen-pr-reply PR {number}'. The skill reviews inline PR comments, verifies if each is addressed, and replies to the thread with the corresponding commit SHA.

What is the best way to verify if a GitHub code review comment has been addressed?

The best way to verify if a GitHub code review comment has been addressed is to run an automated review process. This skill checks PR comments and reports back the specific commit SHA that resolves each comment thread.

Do I need GitHub API access to automate PR comment review?

Yes, you need GitHub API access to automate PR comment review. Proper handling of pull request data through the API is required for the skill to read comments and post replies with the corresponding commit SHA.

How to reply to GitHub PR comments with commit SHA automatically?

You can reply to GitHub PR comments with commit SHA automatically by running 'gen-pr-reply PR {number}'. This triggers a review of the pull request and posts the resolving commit SHA directly to the comment threads.

What are the limitations of automating code review replies with commit SHA?

The limitations of automating code review replies include its exclusive focus on GitHub pull requests and dependency on proper API access for pull request data handling. It is specifically designed for software engineering workflows involving inline comments.