receiving-code-review

Restate ambiguous code review feedback, verify it against the codebase, then implement changes incrementally with tests.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/miguelarcjr/shark-ai --skill receiving-code-review-miguelarcjr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/miguelarcjr/shark-ai/tree/main/skills/receiving-code-review
Command: npx skills add https://github.com/miguelarcjr/shark-ai --skill receiving-code-review-miguelarcjr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review feedback can be emotionally driven and ambiguous. This Skill enforces a technical-first approach that requests clarification, verifies requirements against the code, and prevents blind agreement before changes are applied.

Core Features & Use Cases

  • Restatement & Clarification: Rephrase feedback to ensure mutual understanding and identify missing or ambiguous items.
  • Codebase Verification: Validate feedback against the actual codebase and project conventions before proceeding.
  • Incremental Implementation: Apply changes one item at a time with targeted tests to isolate impact.

Quick Start

Read feedback, restate the requirement, verify against the codebase, and implement one change at a time.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I handle ambiguous code review feedback?

To handle ambiguous code review feedback, you should restate the requirement to ensure mutual understanding, verify the suggestion against the actual codebase, and implement changes incrementally.

What is the best way to implement changes from a pull request review?

The best way to implement changes from a pull request review is to apply modifications one item at a time with targeted tests, isolating impact and maintaining technical rigor throughout the execution.

Why should I verify code review comments against the codebase?

You should verify code review comments against the codebase to prevent blind agreement, validate feedback against project conventions, and ensure a technical-first approach over emotionally driven suggestions.

Can I use a structured response pattern for peer review sessions?

Yes, you can use a structured response pattern during peer review sessions to enforce rigorous workflows, requiring clarification and codebase validation before proceeding with any incremental implementation.

What should I do when code review feedback is missing requirements?

When code review feedback is missing requirements, you should rephrase the feedback to identify ambiguous items, request clarification from the reviewer, and validate the context before making changes.

How do I prevent blind agreement during code reviews?

To prevent blind agreement during code reviews, enforce a technical-first approach that requires restating feedback, verifying requirements against the actual codebase, and executing incremental testable steps.