receiving-code-review

Validate code review feedback against repository code before implementation.

30|2|Updated Mar 3, 2022
One-click install
npx skills add https://github.com/lie5860/ak-guess --skill receiving-code-review-lie5860
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/lie5860/ak-guess/tree/main/.agents/skills/receiving-code-review
Command: npx skills add https://github.com/lie5860/ak-guess --skill receiving-code-review-lie5860

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a disciplined workflow to handle code review feedback so reviewers and authors avoid premature implementation, emotional responses, or incorrect changes by verifying technical correctness before acting.

Core Features & Use Cases

  • Structured response flow: Read, restate, verify, evaluate, respond, then implement to avoid blind or premature changes.
  • Ambiguity handling: Stop and request clarifications on unclear review items to prevent partial or incorrect fixes.
  • Risk-aware prioritization: Identify blocking issues, simple fixes, and complex refactors and apply them in a safe, tested order.
  • Use case: Responding to PR comments from external reviewers, aligning teammate feedback, or triaging multi-item review lists without introducing regressions.

Quick Start

Ask the assistant to evaluate a specific code review comment, verify its impact against the repository, and propose concrete, tested implementation steps.

Frequently Asked Questions about receiving-code-review

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 validating suggestions against your repository code to prevent incorrect changes. This process assesses regressions and compatibility, requests clarification on ambiguous items, and orders fixes by severity before proposing verifiable implementation steps.

What is the best way to triage multiple code review comments on a pull request?

The best way to triage pull request comments is to identify blocking issues, simple fixes, and complex refactors. You can then apply these changes in a safe, tested order based on risk-aware prioritization to avoid introducing regressions.

How do I handle ambiguous feedback from external reviewers on GitHub?

Handle ambiguous feedback from external reviewers by stopping to request clarifications on unclear review items. This prevents partial or incorrect fixes by ensuring technical correctness is fully understood before any implementation begins.

How to respond to code review comments without introducing regressions?

Respond to code review comments without regressions by following a structured flow: read, restate, verify, evaluate, respond, then implement. This workflow performs contextual verification and assesses compatibility before applying any actionable fixes.

When should I request clarification on architectural feedback from teammates?

You should request clarification on architectural feedback whenever review items are unclear. Stopping to ask questions prevents premature implementation and ensures you avoid blind changes or incorrect fixes based on misunderstood technical context.

Can I use this workflow for in-team architectural feedback and external reviewer suggestions?

Yes, you can use this workflow for both in-team architectural feedback and external reviewer suggestions. It applies to maintainers and contributors handling pull request comments, ensuring all feedback undergoes contextual verification before implementation.