receive-review

Process code review feedback by reading, verifying, and implementing each item.

1|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/Joaovsales/coding-agent-workflow --skill receive-review-joaovsales
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receive-review
Source: https://github.com/Joaovsales/coding-agent-workflow/tree/main/.agents/skills/receive-review
Command: npx skills add https://github.com/Joaovsales/coding-agent-workflow --skill receive-review-joaovsales

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill processes incoming code review feedback with a focus on technical accuracy and actionable outcomes, reducing noise and bias.

Core Features & Use Cases

  • Structured feedback handling: read, understand, verify, evaluate, respond, and implement items one at a time.
  • Guardrails for unclear items: ask clarifying questions before acting to prevent misinterpretation.
  • PR/workflow integration: applies to PR comments, user feedback, and automated reviews to improve code quality and delivery speed.

Quick Start

Provide the latest code review feedback to this skill to begin processing with the defined pattern.

Frequently Asked Questions about receive-review

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

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

Process code review feedback by applying a structured pattern to each item: read, understand, verify, evaluate, respond, and implement. This ensures technical rigor and reduces noise in PR comments and user submissions.

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

Handle unclear code review comments by enforcing guardrails that require asking clarifying questions before acting. This prevents misinterpretation and ensures accurate technical evaluation of the submitted feedback.

Can I push back on code review suggestions if I have technical reasoning?

Yes, you can push back on code review suggestions. The workflow includes an evaluation step that provides explicit pushback when technical reasoning requires it, ensuring decision-making remains technically sound.

Does this code review workflow work with automated review tools?

Yes, this code review workflow works with automated reviews. It handles PR comments, user submissions, and automated reviews across software projects to improve code quality and delivery speed.

How do I implement code review changes incrementally?

Implement code review changes incrementally by processing feedback on a per-item basis. Evaluate each technical point individually before responding and applying the requested code modifications.