receiving-code-review

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

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/tuanldas/superteam --skill receiving-code-review-tuanldas
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/tuanldas/superteam/tree/main/skills/receiving-code-review
Command: npx skills add https://github.com/tuanldas/superteam --skill receiving-code-review-tuanldas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when receiving code review feedback before implementing suggestions. Enforces verify-before-implement, anti-sycophancy, source-trust hierarchy, and YAGNI discipline. Prevents blind-follow of incorrect feedback.

Core Features & Use Cases

  • Structured evaluation of feedback
  • Verifies changes against codebase before acting
  • Enforces safe, purposeful responses to reviewers

Quick Start

Apply the six-step feedback process to review and act on the latest code review comments.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I evaluate code review feedback before implementing changes?▼

Evaluating code review feedback requires verifying each item against the codebase before acting. You apply structured evaluation, pushback, and safe-commit practices to ensure technically correct fixes without blind agreement.

What is the best way to push back on incorrect code review comments?▼

Pushing back on incorrect code review comments involves applying anti-sycophancy and a source-trust hierarchy. You verify the feedback against the codebase, then enforce safe, purposeful responses to reviewers to avoid blind-follow.

How do I stop blindly following incorrect code review suggestions?▼

To stop blindly following incorrect code review suggestions, enforce a verify-before-implement workflow and YAGNI discipline. This prevents blind-follow of incorrect feedback by validating every item technically before making changes.

Does this code review feedback workflow require any specific dependencies or environments?▼

The code review feedback workflow requires no specific dependencies or environments. It operates as a structured six-step process to guide responses and updates directly within your existing software engineering practices.

How do I verify codebase changes against reviewer feedback safely?▼

Verifying codebase changes against reviewer feedback safely requires enforcing a documented 6-step workflow and a source-trust hierarchy. This ensures technically correct fixes through structured evaluation and safe-commit practices.

When should I apply YAGNI discipline to code review feedback?▼

Apply YAGNI discipline to code review feedback when receiving suggestions to prevent over-engineering. It enforces verify-before-implement practices, ensuring you only implement technically correct fixes without blind agreement.