receiving-code-review

Classify code review feedback into Must-Fix, Evaluate, or Preference with evidence.

31|3|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/JeremyDev87/codingbuddy --skill receiving-code-review-jeremydev87
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/JeremyDev87/codingbuddy/tree/main/packages/rules/.ai-rules/skills/receiving-code-review
Command: npx skills add https://github.com/JeremyDev87/codingbuddy --skill receiving-code-review-jeremydev87

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Blind agreement with review feedback is harmful; this skill enforces a verification-first approach, helping AI agents and engineers challenge suggestions with evidence and constructive disagreement.

Core Features & Use Cases

  • Verification-first responses: classify feedback into Must-Fix, Evaluate, and Preference and require evidence before acting.
  • Structured triage workflow: guide users through Phase 1: Triage & Classify, Phase 2: Verify, Phase 3: Respond, and Phase 4: Re-request Review.
  • Safe, governance-driven collaboration: promotes clear ownership, reduces scope creep, and surfaces tradeoffs for discussion.

Quick Start

Ask for triage guidance on a PR review and request a verified response template.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I respond to code review feedback with evidence instead of blind agreement?

To respond to code review feedback with evidence, classify items as Must-Fix, Evaluate, or Preference, then require verification before acting. This structured triage workflow prevents blind agreement by enforcing evidence collection and traceable reasoning during PR reviews.

What is the best way to triage pull request comments into actionable categories?

The best way to triage pull request comments is to classify feedback into Must-Fix, Evaluate, or Preference categories. This verification-first process guides you through structured phases to verify suggestions before responding, reducing scope creep and surfacing tradeoffs.

How does a verification-first workflow handle code review disagreements?

A verification-first workflow handles code review disagreements by applying a structured phase-based process: triage, verify, respond, and re-request review. It ensures engineers challenge suggestions with evidence and constructive disagreement rather than blindly accepting feedback.

Can I use this triage workflow for inline code comments and eval feedback?

Yes, you can use this triage workflow for inline code comments and eval feedback. The verification-first approach applies across PR reviews and evaluation feedback to classify items and require evidence before acting on any suggested changes.

When should I not just accept code review suggestions during a pull request?

You should not blindly accept code review suggestions when they represent preferences or require evaluation rather than critical fixes. Blind agreement is harmful, so classify feedback first and use evidence-based responses to surface tradeoffs for discussion before implementing changes.