receiving-code-review

Process code review feedback through a six-step verification workflow.

3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/ArtemioPadilla/agent-triforce --skill receiving-code-review-artemiopadilla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/ArtemioPadilla/agent-triforce/tree/main/.claude/skills/receiving-code-review
Command: npx skills add https://github.com/ArtemioPadilla/agent-triforce --skill receiving-code-review-artemiopadilla

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Handles code review feedback with technical rigor, ensuring feedback is understood, validated against the codebase, and translated into auditable, incremental changes.

Core Features & Use Cases

  • Structured six-step workflow: Read, Understand, Verify, Evaluate, Respond, Implement to ensure feedback is processed correctly.
  • Pushback with technical reasoning: When reviewer is wrong or unclear, provide clear, justified counterpoints.
  • Unclear feedback handling: Request clarification on all ambiguous items before proceeding to prevent partial or incorrect implementations.
  • Source-specific guidance: Applies to Centinela QA findings and external PR comments, with explicit escalation rules.

Quick Start

Analyze a new feedback item by restating the requirement, verifying against the code, and outlining concrete, testable changes one by one.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I structure code review feedback into actionable implementation steps?

Code review feedback is structured using a six-step workflow: Read, Understand, Verify, Evaluate, Respond, and Implement. This protocol translates PR comments into auditable, incremental changes by validating each item against the codebase before coding.

What is the best way to handle unclear or ambiguous code review comments?

Handling unclear code review comments requires requesting clarification on all ambiguous items before proceeding. This prevents partial or incorrect implementations by ensuring every requirement is fully understood prior to making any codebase changes.

How do I push back on a code review comment with technical reasoning?

Pushback on code review comments requires providing clear, justified counterpoints when the reviewer is wrong. The evaluate step verifies the feedback against the actual codebase, allowing you to respond with technical evidence rather than subjective disagreement.

Can I apply a structured workflow to both internal QA findings and external pull request comments?

Yes, the structured workflow applies to both internal Centinela QA findings and external PR comments. It provides source-specific guidance with explicit escalation rules, ensuring consistent handling of feedback regardless of the reviewer's origin.

Why do I need to verify code review feedback against the codebase before implementing changes?

Verifying code review feedback against the codebase ensures technical rigor by validating the reviewer's claims before implementation. This step prevents unnecessary code changes, confirms the issue exists, and forms the basis for justified pushback if the feedback is incorrect.

What are the limitations of processing code review feedback without a structured protocol?

Without a structured protocol, code review feedback processing risks missing technical context, implementing incorrect changes, or failing to request clarification on ambiguous items, leading to unverified modifications and unresolved pull request discussions.