receiving-code-review

Verify code-review feedback against the codebase before implementing changes.

6|3|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/alo-exp/silver-bullet --skill receiving-code-review-alo-exp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/alo-exp/silver-bullet/tree/main/forge/skills/receiving-code-review
Command: npx skills add https://github.com/alo-exp/silver-bullet --skill receiving-code-review-alo-exp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews often lead to uncertain decisions or rushed changes. This skill provides a disciplined process to read, verify, and respond to feedback with technical rigor before implementing.

Core Features & Use Cases

  • Structured verification: read each feedback item, restate the requirement, and check it against the actual codebase.
  • Technical evaluation: assess whether proposed changes are correct, necessary, and safe for the project.
  • Clear communication: respond with precise, reasoned acknowledgments or pushback, never defaulting to performative agreement.
  • Incremental implementation: apply feedback item by item, testing each change to prevent regressions.
  • Unclear feedback handling: pause and request clarification whenever items are ambiguous to avoid incorrect implementations.

Quick Start

Upon receiving feedback, follow the six-step sequence (read, understand, verify, evaluate, respond, implement) and ask for clarification for any unclear items.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I verify code review feedback before making changes to a pull request?

Handle ambiguous code review feedback by pausing to request clarification from the reviewer. Restate the requirement and verify it against the current implementation to avoid incorrect changes before proceeding with any code modifications.

What is the best way to respond to code review comments with technical reasoning?

Implement code review feedback safely by applying changes item by item and testing each modification incrementally. This deliberate approach prevents regressions and ensures each change is verified against the current codebase before moving to the next.

When should I ask for clarification on pull request feedback?

Yes, you can push back on code review feedback if technical evaluation shows the proposed changes are incorrect, unnecessary, or unsafe. Respond with reasoned pushback rather than performative agreement to maintain codebase integrity.

How do I evaluate if code review suggestions are safe for my project?

The six steps to process code review feedback are: read the feedback, understand the requirement, verify against the codebase, evaluate technical accuracy, respond with reasoning, and implement one item at a time. This structured sequence ensures safe, deliberate changes.