code-review-reception

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/huanlongAI/tzh-Harness --skill code-review-reception-huanlongai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-reception
Source: https://github.com/huanlongAI/tzh-Harness/tree/main/cowork-skills/code-review-reception
Command: npx skills add https://github.com/huanlongAI/tzh-Harness --skill code-review-reception-huanlongai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviewers often provide unclear or questionable feedback, and engineers risk implementing changes without proper verification. This Skill guides how to respond and validate feedback before coding.

Core Features & Use Cases

  • Structured response pattern: Pause, restate, verify, evaluate, respond, and implement in small increments.
  • Codebase alignment: Checks feedback against the actual code to prevent regressions.
  • Safe escalation: Push back with technical reasoning when feedback is ambiguous or incorrect.

Quick Start

Pause, restate the requirement, and verify against the codebase before implementing any changes.

Frequently Asked Questions about code-review-reception

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

FAQPage Schema
How do I verify code-review feedback before implementing changes?

Verify code-review feedback by pausing, restating the requirement, and validating it against the actual codebase. This structured response pattern prevents regressions and ensures technical rigor before you write any code.

What should I do when pull-request feedback is unclear or questionable?

Handle questionable pull-request feedback by applying logical validation against the codebase. If the feedback remains ambiguous or incorrect, escalate safely by pushing back with clear technical reasoning.

How do I implement large refactoring changes from code reviews safely?

Implement large refactoring changes safely by incremental implementation with testable results. This approach enforces a deterministic response pattern to manage risk across single-file changes and complex refactors.

Can I use this code-review verification process across any tech stack?

Yes, you can use this code-review verification process across any software development stack. It applies universally whenever feedback is unclear, questionable, or risk-prone, regardless of the underlying technology.

When should I push back on a pull request review comment?

Push back on a pull request review comment when feedback is ambiguous or incorrect. Evaluate the feedback against the codebase first, then safely escalate with technical reasoning to ensure change management rigor.

What is the structured response pattern for code-review reception?

The structured response pattern for code-review reception is to pause, restate, verify, evaluate, respond, and implement in small increments. This ensures quality assurance and prevents regressions during debugging.