receiving-review

Processes and implements code review feedback on pull requests with grep verification.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/aubrian-halili/ai-experience --skill receiving-review-aubrian-halili
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-review
Source: https://github.com/aubrian-halili/ai-experience/tree/main/.claude/skills/receiving-review
Command: npx skills add https://github.com/aubrian-halili/ai-experience --skill receiving-review-aubrian-halili

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you systematically process and implement feedback from code reviews on your pull requests, ensuring all comments are addressed accurately and efficiently.

Core Features & Use Cases

  • Feedback Categorization: Organizes review comments into actionable items, questions, suggestions, and nitpicks.
  • Clarification & Verification: Guides you to clarify ambiguities and verify suggestions against the codebase before implementation.
  • Implementation & Response: Assists in implementing changes and drafting concise, evidence-based replies to review threads.
  • Use Case: You receive a pull request with several review comments. This Skill helps you understand each comment, ask clarifying questions if needed, verify the suggested code changes, implement them, and then respond to the reviewer with clear explanations.

Quick Start

Use the receiving-review skill to process feedback on the latest pull request.

Frequently Asked Questions about receiving-review

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

FAQPage Schema
How do I address code review feedback on a GitHub pull request?

To address code review feedback on a GitHub pull request, you can systematically gather comments, categorize them into actionable items or questions, and implement the approved changes. This process ensures all review threads are resolved accurately.

How do I implement GitHub PR review suggestions without missing comments?

Implementing GitHub PR review suggestions without missing comments involves categorizing feedback into actionable items, suggestions, and nitpicks. Clarifying ambiguities and verifying suggestions against the codebase using grep ensures accurate implementation.

Can I process pull request feedback using a PR number or URL?

Yes, you can process pull request feedback using a PR number, URL, or by referencing the latest PR on the current branch. The skill gathers comments from these inputs and categorizes them for implementation.

Do I need git and gh installed to automate pull request feedback implementation?

Yes, you need both git and gh installed to automate pull request feedback implementation. These dependencies allow the tool to interact with your repository, gather PR comments, verify suggestions against the codebase, and implement changes.

What is the best way to reply to code review comments with evidence?

The best way to reply to code review comments with evidence is to verify the suggested changes against the codebase first, implement them, and then draft concise responses explaining the modifications. This ensures replies are grounded in the actual code.

How do I clarify ambiguous feedback on a pull request?

To clarify ambiguous feedback on a pull request, the workflow guides you to identify unclear comments and formulate clarifying questions before implementation. This verification step prevents incorrect modifications based on misunderstood suggestions.