receiving-review

Categorizes PR feedback and verifies changes against codebase constraints.

10|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/Zhijiang-Li1111/ironflow --skill receiving-review-zhijiang-li1111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-review
Source: https://github.com/Zhijiang-Li1111/ironflow/tree/main/skills/receiving-review
Command: npx skills add https://github.com/Zhijiang-Li1111/ironflow --skill receiving-review-zhijiang-li1111

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review feedback often leads to hasty compromises or regressions. This Skill enforces technical rigor in handling PR comments, ensuring changes are validated before implementation and that feedback is addressed with evidence.

Core Features & Use Cases

  • Structured feedback processing: read, categorize, and decide on changes without social knee-jerk reactions.
  • Guarded implementation: verify each suggestion against codebase context and project patterns.
  • Completion discipline: re-run serial-review gates to ensure no regressions.

Quick Start

Provide the reviewer feedback to the AI and have it draft a technically reasoned implementation plan.

Frequently Asked Questions about receiving-review

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

FAQPage Schema
How do I process pull request feedback without introducing code regressions?

To process pull request feedback safely, categorize reviewer comments, validate each suggestion against codebase context, and implement changes only after verifying spec-compliance and re-running tests.

What is the best way to ensure code review comments align with technical constraints?

Ensuring code review comments align with technical constraints requires structured feedback processing that validates each suggestion against codebase context and project patterns before implementation.

How do I organize code review feedback for systematic implementation?

You organize code review feedback by reading, categorizing, and deciding on changes systematically, guiding implementation across spec-compliance, code quality, and finishing-branch stages with reproducible fixes.

Does this code review feedback processing work for subagent findings and teammate comments?

Yes, this feedback processing applies to PR feedback from reviewers, teammate comments, or subagent findings, treating all inputs as validated feedback that requires evidence and clear verification.

How do I verify code quality after addressing reviewer suggestions?

Verify code quality after addressing reviewer suggestions by running tests and rechecking serial-review gates, enforcing completion discipline to ensure no regressions were introduced during implementation.