receiving-code-review

Evaluate and integrate code review feedback with verification and testing.

16|9|Updated Nov 6, 2013
One-click install
npx skills add https://github.com/erikstmartin/dotfiles --skill receiving-code-review-erikstmartin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/erikstmartin/dotfiles/tree/main/skills/global/.agents/skills/receiving-code-review
Command: npx skills add https://github.com/erikstmartin/dotfiles --skill receiving-code-review-erikstmartin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when evaluating or applying review feedback on your code. Not for requesting review.

Core Features & Use Cases

  • Clarify and restate requirements: Restate feedback in your own words and ask clarifying questions when needed to ensure you implement the correct changes.
  • Verify against the codebase: Compare requested changes to the actual codebase to confirm feasibility and impact.
  • Incremental and testable changes: Implement changes one item at a time and test each to avoid regressions.
  • Guardrails for collaboration: Avoid performative agreement and maintain technical focus in conversations and actions.

Quick Start

Clarify feedback, verify requirements against the codebase, and implement changes one at a time with tests.

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 code review feedback without introducing new bugs?

To handle code review feedback safely, implement changes one item at a time and test each increment to avoid regressions. Verify requested changes against the actual codebase to confirm feasibility before modifying your pull request.

What is the best way to clarify ambiguous review comments on a pull request?

The best way to clarify ambiguous review comments is to restate the feedback in your own words and ask clarifying questions. This ensures you implement the correct changes and maintain technical focus without performative agreement.

How do I verify if requested code changes are feasible for my project?

Verify requested code changes by comparing them against the actual codebase to confirm technical feasibility and impact. This structured evaluation ensures alignment with technical realities and project constraints before you begin implementation.

Can I use this for requesting a code review on my software engineering project?

No, this is not for requesting code review. Use this when evaluating or applying review feedback on your code to correctly integrate reviewer suggestions without misinterpretation.

Why should I document decisions when applying review feedback?

Documenting decisions when applying review feedback creates a rigorous, repeatable workflow that verifies requirements and tests changes. This records the rationale behind modifications before merging to ensure project alignment.

How do I avoid misinterpreting reviewer feedback during code reviews?

Avoid misinterpreting reviewer feedback by restating the suggestions in your own words and asking clarifying questions when needed. Verify the requested changes against the codebase to ensure accurate integration before merging.