receiving-code-review

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

58|6|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/Matt-Aurora-Ventures/Jarvis --skill receiving-code-review-matt-aurora-ventures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/Matt-Aurora-Ventures/Jarvis/tree/main/.windsurf/skills/receiving-code-review
Command: npx skills add https://github.com/Matt-Aurora-Ventures/Jarvis --skill receiving-code-review-matt-aurora-ventures

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Process code-review feedback with technical validation before implementation, preventing blind agreement or rushed changes.

Core Features & Use Cases

  • Verify feedback against the actual codebase to ensure feasibility.
  • Restate requirements and ask clarifying questions when items are unclear.
  • Provide technical acknowledgment or reasoned pushback and implement changes one item at a time with testing.

Quick Start

Restate the requirement, verify against the codebase, and push back with technical reasoning before implementing items one by one.

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 without making rushed changes?

Process code-review feedback by applying technical validation before implementation, preventing blind agreement. Restate requirements, verify suggestions against the codebase, and provide reasoned pushback before modifying any code item by item.

What is the correct workflow for responding to technical code review comments?

The correct workflow for responding to code review comments enforces sequential steps: read, understand and restate, verify against the codebase, evaluate, respond, and implement. This ensures technical rigor and clear criteria before changes are made.

How do I verify code review feedback against my actual codebase?

Verify code review feedback against your actual codebase by checking feasibility and running safeguard checks before implementation. Restate the requirements to ensure clarity, then validate the suggested changes against existing code logic and itemized testing.

When should I push back on code review suggestions?

You should push back on code review suggestions when technical validation reveals infeasibility or errors. Provide technical acknowledgment or reasoned pushback with clear criteria after verifying the feedback against the codebase, ensuring changes are necessary and correct.

Can I implement code review changes item by item with testing?

Yes, you can implement code review changes item by item with testing. The process requires evaluating feedback, providing reasoned pushback if needed, and then applying changes sequentially while running itemized testing to ensure technical rigor.