receiving-code-review

Verify code review feedback against the codebase before implementing changes.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/cill-i-am/task-tracker --skill receiving-code-review-cill-i-am
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/cill-i-am/task-tracker/tree/main/.agents/skills/receiving-code-review
Command: npx skills add https://github.com/cill-i-am/task-tracker --skill receiving-code-review-cill-i-am

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review feedback can be emotionally charged or technically unclear. This skill helps teams verify requirements, challenge assumptions, and ensure changes are technically correct before implementation.

Core Features & Use Cases

  • Clarify unclear feedback and extract concrete requirements
  • Verify feedback against the codebase and existing tests
  • Push back with technical reasoning when suggestions are unsafe or irrelevant
  • Implement items one at a time and validate changes through testing

Quick Start

Read the feedback, restate the requirement, verify against the codebase, evaluate technical fit, and implement items one by one with testing after each.

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 conflicting or unclear code review feedback?

To handle conflicting code review feedback, restate the requirement to clarify intent, verify the suggestion against the codebase and existing tests, then push back with technical reasoning if the suggestion is unsafe or irrelevant.

What is the best way to verify code review suggestions against an existing codebase?

The best way to verify code review suggestions is to check the proposed changes against the current codebase and existing tests, evaluating technical fit before implementation to ensure correctness and avoid performative agreement.

How do I implement pull request review feedback safely without breaking tests?

To implement pull request review feedback safely, apply changes one item at a time and validate each modification through testing immediately after implementation to maintain technical correctness throughout the cycle.

Why does code review feedback require a structured verification process?

Code review feedback requires a structured verification process because feedback can be technically unclear or emotionally charged, necessitating a disciplined six-step method to ensure changes are technically correct before implementation.

When should I push back on code review comments during a pull request?

You should push back on code review comments when suggestions are unsafe, irrelevant, or technically questionable, providing concrete technical reasoning after verifying the feedback against the codebase and existing tests.

Does test-driven development help with managing code review cycles?

Test-driven development supports managing code review cycles by providing a verification baseline, allowing you to validate feedback against existing tests and ensure technical correctness when implementing changes one item at a time.