receiving-code-review

Process code-review feedback by verifying against the codebase before implementation.

3|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/seanGSISG/crispy-claude --skill receiving-code-review-seangsisg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/seanGSISG/crispy-claude/tree/main/.claude/skills/receiving-code-review
Command: npx skills add https://github.com/seanGSISG/crispy-claude --skill receiving-code-review-seangsisg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Receiving code review feedback can be challenging, often leading to performative agreement, blind implementation, or unclear communication. This skill enforces a technically rigorous approach to processing and responding to feedback.

Core Features & Use Cases

  • Verify Before Implement: Mandates understanding, verifying against codebase reality, and evaluating technical soundness before implementing any suggestion.
  • Structured Response Pattern: Guides through reading, understanding, verifying, evaluating, responding, and implementing feedback systematically.
  • Pushback Guidance: Provides clear criteria and methods for pushing back on technically questionable, out-of-context, or YAGNI-violating suggestions.

Quick Start

Use the receiving-code-review skill to process the feedback received for the 'user-settings-api' pull request.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I process code review feedback before implementing it?

Process code review feedback by reading, understanding, and verifying each suggestion against your codebase before implementing. Evaluate technical soundness, clarify unclear items, and push back with reasoning if feedback conflicts with context or violates YAGNI principles.

What should I do when code review feedback is unclear or wrong?

Request clarification and verify the feedback against your actual codebase and requirements. Provide technical reasoning to push back on suggestions that are out of context, incomplete, or questionable—don't implement blindly.

How do I structure my response to code review comments?

Follow a structured protocol: read the feedback, understand its intent, verify it against your code, evaluate its technical merit, respond with your decision and reasoning, then implement one change at a time with tests.

Can I reject code review suggestions if they don't fit my codebase?

Yes. Reject suggestions that are technically unsound, out of scope, or unnecessary. Explain your reasoning based on codebase reality, architecture decisions, and requirements rather than accepting feedback performatively.

What's the best way to handle multiple feedback items in one code review?

Process feedback one item at a time, verifying and testing each change independently. This prevents bundled mistakes and lets you evaluate and respond to each suggestion on its technical merit.

Why verify code review feedback before implementing?

Verification ensures feedback aligns with your actual codebase, requirements, and architecture. It prevents implementing unclear suggestions, catches out-of-context advice, and maintains code quality through technically rigorous decision-making.