receiving-feedback

Evaluate and implement code review feedback with codebase verification.

2|Updated Jul 11, 2024
One-click install
npx skills add https://github.com/nicograef/handbook --skill receiving-feedback-nicograef
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-feedback
Source: https://github.com/nicograef/handbook/tree/main/.claude/skills/receiving-feedback
Command: npx skills add https://github.com/nicograef/handbook --skill receiving-feedback-nicograef

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents reactive or socially-driven responses to code reviews by enforcing a structured, verification-first workflow that prioritizes technical correctness and architectural integrity.

Core Features & Use Cases

  • Verification Workflow: Mandates reading all feedback before acting, restating requirements, and verifying suggestions against the codebase.
  • Conflict Resolution: Provides a clear protocol for handling ambiguous feedback and pushing back on technically unsound suggestions.
  • Use Case: When receiving a complex set of PR comments, use this Skill to systematically evaluate each point, verify it against the current stack, and implement changes in the correct order of priority.

Quick Start

Use the receiving-feedback skill to process the pending code review comments on the current pull request.

Frequently Asked Questions about receiving-feedback

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

FAQPage Schema
How do I systematically process code review feedback on a pull request?

To process code review feedback systematically, read all comments before acting, restate technical requirements, and verify each suggestion against the codebase to ensure architectural alignment before implementation.

What is the best way to handle technically unsound suggestions during a code review?

Handling technically unsound code review suggestions requires a verification-first workflow that validates feedback against the codebase, enabling structured pushback on comments lacking technical soundness or architectural integrity.

How do you resolve ambiguous PR comments without reactive responses?

Resolving ambiguous PR comments without reactive responses involves applying a structured conflict resolution protocol that mandates technical verification and architectural alignment before applying any code changes.

Does this code review response workflow work with AI-generated suggestions?

Yes, this code review response workflow works with AI-generated suggestions by applying the same verification-first methodology to ensure technical soundness and codebase alignment before implementing automated feedback.

When should I not use a verification-first approach for code reviews?

You should not avoid a verification-first approach for code reviews when addressing complex architectural changes, as skipping codebase verification risks implementing technically unsound suggestions and compromising structural integrity.

How do I prioritize implementing multiple pull request comments?

Prioritizing pull request comments involves evaluating each point systematically, verifying suggestions against the current stack, and implementing changes in the correct order of priority based on technical requirements.